pub trait IntoFerricLinkError {
// Required method
fn into_ferriclink_error(self) -> FerricLinkError;
}
Expand description
Trait for converting errors to FerricLinkError
Required Methods§
Sourcefn into_ferriclink_error(self) -> FerricLinkError
fn into_ferriclink_error(self) -> FerricLinkError
Convert to FerricLinkError