pub trait TransferPayload {
    fn start(&mut self);
    fn stop(&mut self);
}

Required Methods§

Implementors§