pub trait MakeDataSignal<G, S, T> {
// Required method
fn make(self, match_str: String) -> G;
}Expand description
Internal helper trait
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".