Type Definition whatwg_datetime::ParseComponentFn

source ·
pub type ParseComponentFn<T> = dyn Fn(&str, &mut usize) -> Option<T>;