http_type/option_duration/
type.rs

1use crate::*;
2
3pub type OptionDuration = Option<Duration>;