1use mime::Mime; 2use std::sync::Arc; 3 4pub type ContentTypeHandler = Arc<dyn Fn(Mime) -> bool + Send + Sync>;