Enum ic_agent::request_id::error::RequestIdFromStringError [−][src]
pub enum RequestIdFromStringError {
InvalidSize(usize),
FromHexError(FromHexError),
}Expand description
Errors from reading a RequestId from a string. This is not the same as deserialization.
Variants
InvalidSize(usize)Tuple Fields of InvalidSize
0: usizeFromHexError(FromHexError)Tuple Fields of FromHexError
0: FromHexErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RequestIdFromStringError
impl Send for RequestIdFromStringError
impl Sync for RequestIdFromStringError
impl Unpin for RequestIdFromStringError
impl UnwindSafe for RequestIdFromStringError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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