[−][src]Module tower_grpc::metadata 
The metadata module contains data structures and utilities for handling gRPC custom metadata.
Modules
| errors | The metadata::errors module contains types for errors that can occur while handling gRPC custom metadata.  | 
Structs
| GetAll | A view to all values stored in a single entry.  | 
| Iter | 
  | 
| Keys | An iterator over   | 
| MetadataKey | Represents a custom metadata field name.  | 
| MetadataMap | A set of gRPC custom metadata entries.  | 
| MetadataValue | Represents a custom metadata field value.  | 
| OccupiedEntry | A view into a single occupied location in a   | 
| VacantEntry | A view into a single empty location in a   | 
| ValueDrain | A drain iterator of all values associated with a single metadata key.  | 
| ValueIter | An iterator of all values associated with a single metadata key.  | 
| Values | 
  | 
Enums
| Ascii | |
| Binary | |
| Entry | A view into a single location in a   | 
| KeyAndMutValueRef | Reference to a key and an associated value in a   | 
| KeyAndValueRef | Reference to a key and an associated value in a   | 
| KeyRef | Reference to a key in a   | 
| ValueRef | Reference to a value in a   | 
| ValueRefMut | Reference to a value in a   | 
Type Definitions
| AsciiMetadataKey | |
| AsciiMetadataValue | |
| BinaryMetadataKey | |
| BinaryMetadataValue |