Trait anchor::TransportOutput
source · pub trait TransportOutput {
type Output: OutputBuffer;
// Required method
fn output(&self, f: impl FnOnce(&mut Self::Output));
}
Expand description
Trait representing the capability to serialize an output message
Required Associated Types§
sourcetype Output: OutputBuffer
type Output: OutputBuffer
The type of OutputBuffer
that will be provided to the caller
Required Methods§
Object Safety§
This trait is not object safe.