pub trait CuSimSinkInput {
type With<'m>: CuMsgPack
where Self: 'm;
}Expand description
Helper to map a payload type (or tuple of payload types) to the corresponding input_msg! form.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.