[][src]Trait bolt_proto::Signature

pub trait Signature: Marker {
    fn get_signature(&self) -> u8;
}

Required methods

fn get_signature(&self) -> u8

Loading content...

Implementors

impl Signature for Message[src]

Loading content...