Type Definition tonic_rpc::codec::MessagePackCodec

source ·
pub type MessagePackCodec<T, U> = Codec<MessagePackSerdeCodec, T, U>;
Available on crate feature messagepack only.