Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/metadata/
H A Dmod.rs20 pub use self::map::Keys;
H A Dmap.rs103 pub struct Keys<'a> { struct
104 inner: http::header::Keys<'a, http::header::HeaderValue>, argument
790 pub fn keys(&self) -> Keys<'_> { in keys()
791 Keys { in keys()
1305 impl<'a> Iterator for Keys<'a> { implementation
1323 impl ExactSizeIterator for Keys<'_> {} implementation
/tonic/tonic-types/proto/
H A Derror_details.proto130 // Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in