Struct ed25519::Signature [−][src]
pub struct Signature(_);
Expand description
Ed25519 signature.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Signature
impl UnwindSafe for Signature
Blanket Implementations
Mutably borrows from an owned value. Read more