Home
last modified time | relevance | path

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

/tonic/tonic/src/codec/
H A Ddecode.rs147 fn decode_chunk( in decode_chunk() method
372 fn decode_chunk(&mut self) -> Result<Option<T>, Status> { in decode_chunk() method
/tonic/tonic-web/src/
H A Dcall.rs144 fn decode_chunk(mut self: Pin<&mut Self>) -> Result<Option<Bytes>, Status> { in decode_chunk() method