pub trait Signature: FromBytes + ToVec + Copy + Clone + PartialEq { }

Object Safety§

This trait is not object safe.

Implementors§