[][src]Module tonic::metadata::errors

The metadata::errors module contains types for errors that can occur while handling gRPC custom metadata.

Structs

InvalidMetadataKey

A possible error when converting a MetadataKey from another type.

InvalidMetadataValue

A possible error when converting a MetadataValue from a string or byte slice.

InvalidMetadataValueBytes

A possible error when converting a MetadataValue from a string or byte slice.

ToStrError

A possible error when converting a MetadataValue to a string representation.