identity_iota::iota::rebased

Function rebased_err

Source
pub fn rebased_err<T>(error: T) -> Error
where Error: From<T>,
Expand description

Can be used for example like map_err(rebased_err) to convert other error types to identity_iota_core::rebased::Error.