Trait tendermint_machine::ext::Signature
source · pub trait Signature: Send + Sync + Clone + PartialEq + Eq + Debug + Encode + Decode { }
Expand description
An alias for a series of traits required for a type to be usable as a signature, automatically implemented for all types satisfying those traits.
Object Safety§
This trait is not object safe.