pub type Error = Box<dyn Error + Send + Sync>;
The error type returned by the Write trait.
Write
pub struct Error(/* private fields */);