Struct parables_testing::error::DecodingError [−][src]
pub struct DecodingError;
Error when we fail to decode input.
Trait Implementations
impl From<DecodingError> for Error[src]
impl From<DecodingError> for Errorfn from(_: DecodingError) -> Self[src]
fn from(_: DecodingError) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for DecodingError
impl Send for DecodingErrorimpl Sync for DecodingError
impl Sync for DecodingError