pub trait MakeSignal<G, S, T> {
    fn make(self, mstr: String) -> G;
}
Expand description

Internal helper trait

Required Methods

Internal helper trait

Implementors