Trait rust_3d::prelude::ToErrorKind
[−]
[src]
pub trait ToErrorKind { fn to_error_kind(&self) -> ErrorKind; }
Trait used to convert other Errors to ErrorKind
Required Methods
fn to_error_kind(&self) -> ErrorKind
Creates an ErrorKind from this
Implementors
impl ToErrorKind for ParseFloatError
impl ToErrorKind for ParseIntError
impl ToErrorKind for ioError