Trait SendStat

Source
pub trait SendStat: 'static + Send { }

Implementors§

Source§

impl<T: 'static + Send> SendStat for T