Struct std::num::ParseFloatError
[−]
[src]
pub struct ParseFloatError { // some fields omitted }
An error which can be returned when parsing a float.
pub struct ParseFloatError { // some fields omitted }
An error which can be returned when parsing a float.
impl Display for ParseFloatError
impl Error for ParseFloatError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl PartialEq<ParseFloatError> for ParseFloatError
fn eq(&self, __arg_0: &ParseFloatError) -> bool
fn ne(&self, __arg_0: &ParseFloatError) -> bool
impl Clone for ParseFloatError
fn clone(&self) -> ParseFloatError
fn clone_from(&mut self, source: &Self)
impl Debug for ParseFloatError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)