Trait error_code::IntoCategory [−][src]
pub trait IntoCategory<C: Category>: Category + Sized { fn map_code(code: ErrorCode<Self>) -> ErrorCode<C>; }
Expand description
Describes way to convert from one Category into another.
Required methods
Implementors
impl IntoCategory<SystemCategory> for PosixCategory[src]
impl IntoCategory<SystemCategory> for PosixCategory[src]