pub type LogicErrors = Vec<LogicError>;Aliased Type§
pub struct LogicErrors { /* private fields */ }Trait Implementations§
Source§impl From<LogicError> for LogicErrors
impl From<LogicError> for LogicErrors
Source§fn from(value: LogicError) -> Self
fn from(value: LogicError) -> Self
Converts to this type from the input type.