Struct parables_testing::error::DecodingError[][src]

pub struct DecodingError;

Error when we fail to decode input.

Trait Implementations

impl From<DecodingError> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DecodingError

impl Sync for DecodingError