Trait pushid::PushIdGen [] [src]

pub trait PushIdGen {
    fn get_id(&mut self) -> String;
}

Required Methods

Implementors