Enum cardano_serialization_lib::chain_crypto::Verification [−][src]
pub enum Verification {
Failed,
Success,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Verification
impl Send for Verification
impl Sync for Verification
impl Unpin for Verification
impl UnwindSafe for Verification
Blanket Implementations
Mutably borrows from an owned value. Read more