Function fmt_from_str

Source
pub fn fmt_from_str<T, E>(
    f: impl Fn(&str) -> Result<T, E>,
) -> impl FromStrFormat<T, Err = E>