Home
last modified time | relevance | path

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

/tonic/tonic/src/codec/
H A Dprost.rs112 pub struct ProstDecoder<U> { struct
117 impl<U> ProstDecoder<U> { impl
127 impl<U: Message + Default> Decoder for ProstDecoder<U> { implementation