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

Creates an ErrorKind from this

Implementors