Struct parser_c::data::error::CError []

pub struct CError(pub Box<Error>);

Trait Implementations

impl Debug for CError
[src]

Formats the value using the given formatter.

impl Error for CError
[src]