Home
last modified time | relevance | path

Searched defs:ProstCodec (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tonic/src/codec/
Dprost.rs9 pub struct ProstCodec<T, U> { struct
13 impl<T, U> Default for ProstCodec<T, U> { implementation
19 impl<T, U> Codec for ProstCodec<T, U> implementation