[][src]Trait ophelia::Signature

pub trait Signature: for<'a> TryFrom<&'a [u8], Error = Error> + Clone {
    fn to_bytes(&self) -> Bytes;
}

Required methods

fn to_bytes(&self) -> Bytes

Loading content...

Implementors

Loading content...