Enum grpc::metadata::MetadataDecodeError [] [src]

pub enum MetadataDecodeError {
    Base64(DecodeError),
}

Variants

Trait Implementations

impl Debug for MetadataDecodeError
[src]

Formats the value using the given formatter.

impl From<DecodeError> for MetadataDecodeError
[src]

Performs the conversion.