pub type Timeout = Option<Duration>;
Represents a timeout duration for lock operations.
Some(duration)
None
pub enum Timeout { None, Some(Duration), }
No value.
Some value of type T.
T