Type Alias Errors

Source
pub type Errors = Vec<ErrorObject>;

Aliased Type§

struct Errors { /* private fields */ }

Trait Implementations§

Source§

impl Entity<'_> for Errors