Skip to main content

ErrorCollection

Type Alias ErrorCollection 

Source
pub type ErrorCollection = Errors;
Expand description

An explicit collection of Errors.

In order to be more concise, consider simply using Errors.

Aliased Type§

pub struct ErrorCollection(pub Vec<Error>);

Tuple Fields§

§0: Vec<Error>