Type Definition ed25519_dalek_bip32::Result
source · pub type Result<T, E = Error> = Result<T, E>;
Expand description
A convenience wrapper for a core::result::Result
with an Error
pub type Result<T, E = Error> = Result<T, E>;
A convenience wrapper for a core::result::Result
with an Error