whatwg_datetime

Type Alias ParseComponentFn

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