http_type/option_duration/
type.rs

1use crate::*;
2
3/// A type alias for `Option<Duration>`.
4pub type OptionDuration = Option<Duration>;