[−][src]Type Definition ed25519_dalek_bip32::Result
type Result<T, E = Error> = Result<T, E>;
A convenience wrapper for a core::result::Result
with an Error
type Result<T, E = Error> = Result<T, E>;
A convenience wrapper for a core::result::Result
with an Error