Trait fetsig::New

source ·
pub trait New {
    // Required methods
    fn is_new(&self) -> bool;
    fn with_new(self) -> Self
       where Self: Sized;
    fn with_existing(self) -> Self
       where Self: Sized;
}

Required Methods§

source

fn is_new(&self) -> bool

source

fn with_new(self) -> Self
where Self: Sized,

source

fn with_existing(self) -> Self
where Self: Sized,

Implementors§