Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dencoding.rs26 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_bytes() argument
29 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_shared() argument
35 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes>; in decode() argument
85 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() argument
97 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes> { in decode() argument
130 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() argument
151 fn decode(value: &[u8]) -> Result<Bytes, InvalidMetadataValueBytes> { in decode() argument
208 pub struct InvalidMetadataValueBytes(InvalidMetadataValue); struct
212 impl InvalidMetadataValueBytes { implementation
218 impl fmt::Display for InvalidMetadataValueBytes { implementation
[all …]
H A Dvalue.rs129 pub fn to_bytes(&self) -> Result<Bytes, InvalidMetadataValueBytes> { in to_bytes() argument