Struct flow_sdk::codec::OtoprCodec [−][src]
pub struct OtoprCodec<U>(_);
Expand description
The otopr codec.
Trait Implementations
impl<U> Codec for OtoprCodec<U> where
U: for<'a> DecodableMessage<'a> + Default + Send + 'static,
impl<U> Codec for OtoprCodec<U> where
U: for<'a> DecodableMessage<'a> + Default + Send + 'static,
type Decode = U
type Decode = U
The decodable message.
Auto Trait Implementations
impl<U> RefUnwindSafe for OtoprCodec<U> where
U: RefUnwindSafe,
impl<U> Send for OtoprCodec<U> where
U: Send,
impl<U> Sync for OtoprCodec<U> where
U: Sync,
impl<U> Unpin for OtoprCodec<U> where
U: Unpin,
impl<U> UnwindSafe for OtoprCodec<U> where
U: UnwindSafe,
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