Struct flow_sdk::codec::PDec [−][src]
pub struct PDec<T>(_);
Expand description
The decoder of the otopr codec.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for PDec<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for PDec<T> where
T: 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