Type Definition identity_iota::account::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Available on crate feature account only.
Expand description

Alias for a Result with the error type Error.