LogicErrors

Type Alias LogicErrors 

Source
pub type LogicErrors = Vec<LogicError>;

Aliased Type§

pub struct LogicErrors { /* private fields */ }

Trait Implementations§

Source§

impl From<LogicError> for LogicErrors

Source§

fn from(value: LogicError) -> Self

Converts to this type from the input type.