Searched defs:decode_eof (Results 1 – 4 of 4) sorted by relevance
144 fn decode_eof(&mut self, buf: &mut BytesMut) -> Result<Option<Self::Item>, Self::Error> { in decode_eof() method
168 fn decode_eof(&mut self, buf: &mut BytesMut) -> Result<Option<String>, LinesCodecError> { in decode_eof() method
195 fn decode_eof(&mut self, buf: &mut BytesMut) -> Result<Option<Bytes>, AnyDelimiterCodecError> { in decode_eof() method
271 fn decode_eof(&mut self, _buf: &mut BytesMut) -> io::Result<Option<u32>> { in multi_frames_on_eof() method