Type Alias Error

Source
pub type Error = Box<dyn Error + Send + Sync>;
Expand description

The error type returned by the Write trait.

Aliased Typeยง

pub struct Error(/* private fields */);