pub type LangFunc = Rc<dyn Fn(&ServiceRequest) -> Option<String>>;
request
struct LangFunc { /* private fields */ }