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 ParseFloatErrorimpl ToErrorKind for ParseIntErrorimpl ToErrorKind for ioError