http1/
error.rs

1
2
3
4
use std::error::Error;

/// An error type.
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;