Struct robin_core::error::ErrorStack [] [src]

pub struct ErrorStack(pub Vec<Error>);

Trait Implementations

impl Debug for ErrorStack
[src]

[src]

Formats the value using the given formatter.

impl Display for ErrorStack
[src]

[src]

Formats the value using the given formatter. Read more