actix-msgpack 0.1.4

Msgpack payload extractor for Actix Web
Documentation
1
2
3
4
use mime::Mime;
use std::sync::Arc;

pub type ContentTypeHandler = Arc<dyn Fn(Mime) -> bool + Send + Sync>;