Struct flow_sdk::codec::PreEncode [−][src]
pub struct PreEncode(_);
Expand description
A buffer that contains a preencoded message.
Implementations
Creates an instance of PreEncode
by encoding a message.
Auto Trait Implementations
impl RefUnwindSafe for PreEncode
impl UnwindSafe for PreEncode
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more