whatwg_datetime

Type Alias ParseStringFn

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