pub type ContentTypeHandler = Arc<dyn Fn(Mime) -> bool + Send + Sync>;
pub struct ContentTypeHandler { /* private fields */ }