Skip to main content

resolve_time_range

Function resolve_time_range 

Source
pub fn resolve_time_range(
    from: Option<&str>,
    to: Option<&str>,
    default: impl FnOnce() -> (String, String),
) -> Result<(String, String), String>
Expand description

Schwab requires both ends of a range when either is supplied.