Type Alias flussab_cnf::ParseError

source ·
pub type ParseError = Box<InnerParseError>;
Expand description

Boxed version of InnerParseError.

Aliased Type§

struct ParseError(/* private fields */);

Trait Implementations§

source§

impl From<Error> for ParseError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<SyntaxError> for ParseError

source§

fn from(err: SyntaxError) -> Self

Converts to this type from the input type.