Searched defs:PacketTypeParseError (Results 1 – 1 of 1) sorted by relevance
70 fn parse_with_packet_type(bytes: &[u8]) -> Result<T, PacketTypeParseError>; in parse_with_packet_type() argument75 pub(crate) enum PacketTypeParseError { enum89 impl From<Error> for PacketTypeParseError { implementation100 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument110 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument120 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument130 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument