Struct tonic::metadata::errors::InvalidMetadataValue [−][src]
pub struct InvalidMetadataValue { /* fields omitted */ }
Expand description
A possible error when converting a MetadataValue
from a string or byte
slice.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidMetadataValue
impl Send for InvalidMetadataValue
impl Sync for InvalidMetadataValue
impl Unpin for InvalidMetadataValue
impl UnwindSafe for InvalidMetadataValue
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