Skip to main content

ToSign

Trait ToSign 

Source
pub trait ToSign {
    // Required method
    fn to_sign(self) -> Sign;
}

Required Methods§

Source

fn to_sign(self) -> Sign

Implementations on Foreign Types§

Source§

impl ToSign for bool

Source§

fn to_sign(self) -> Sign

Implementors§