Struct tonic::metadata::errors::InvalidMetadataValueBytes [−][src]
pub struct InvalidMetadataValueBytes(_);
Expand description
A possible error when converting a MetadataValue
from a string or byte
slice.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidMetadataValueBytes
impl Send for InvalidMetadataValueBytes
impl Sync for InvalidMetadataValueBytes
impl Unpin for InvalidMetadataValueBytes
impl UnwindSafe for InvalidMetadataValueBytes
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