Enum rs_graph::string::Error [−][src]
Variants
InvalidCharacter(char)An invalid character appeared in the ascii text.
Parsing a number (edge weight) failed.
Trait Implementations
impl From<ParseIntError> for Error[src]
impl From<ParseIntError> for Error[src]fn from(e: ParseIntError) -> Error[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for Error