Trait otopr::traits::Signable [−][src]
pub trait Signable: Sealed {
type Storage: Encodable;
type From;
fn zigzag_encode(f: Self::From) -> Self::Storage;
}
Expand description
A type that can be encoded using ZigZag encoding.