Type Definition whatwg_datetime::ParseStringFn

source ·
pub type ParseStringFn<T> = dyn Fn(&str) -> Option<T>;