Struct tonic::metadata::errors::InvalidMetadataKey [−][src]
pub struct InvalidMetadataKey { /* fields omitted */ }
Expand description
A possible error when converting a MetadataKey
from another type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidMetadataKey
impl Send for InvalidMetadataKey
impl Sync for InvalidMetadataKey
impl Unpin for InvalidMetadataKey
impl UnwindSafe for InvalidMetadataKey
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more