Struct tonic::metadata::errors::ToStrError [−][src]
pub struct ToStrError { /* fields omitted */ }
Expand description
A possible error when converting a MetadataValue
to a string representation.
Metadata field values may contain opaque bytes, in which case it is not possible to represent the value as a string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ToStrError
impl Send for ToStrError
impl Sync for ToStrError
impl Unpin for ToStrError
impl UnwindSafe for ToStrError
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