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)FromHexError(FromHexError)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RequestIdFromStringErrorimpl Send for RequestIdFromStringErrorimpl Sync for RequestIdFromStringErrorimpl Unpin for RequestIdFromStringErrorimpl UnwindSafe for RequestIdFromStringError