Trait rust_3d::result::ToErrorKind [] [src]

pub trait ToErrorKind {
    fn to_error_kind(&self) -> ErrorKind;
}

Required Methods

Implementors