Home
last modified time | relevance | path

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

/tonic/tonic/src/codec/
H A Dprost.rs9 pub struct ProstCodec<T, U> { struct
13 impl<T, U> ProstCodec<T, U> { argument
21 impl<T, U> Default for ProstCodec<T, U> { implementation
27 impl<T, U> ProstCodec<T, U> impl
51 impl<T, U> Codec for ProstCodec<T, U> implementation