Enum solana_sdk::derivation_path::DerivationPathError [−][src]
pub enum DerivationPathError { InvalidDerivationPath(String), Infallible, }
Expand description
Derivation path error.
Variants
Tuple Fields of InvalidDerivationPath
0: String
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DerivationPathError
impl Send for DerivationPathError
impl Sync for DerivationPathError
impl Unpin for DerivationPathError
impl UnwindSafe for DerivationPathError
Blanket Implementations
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self