Searched defs:TimeError (Results 1 – 3 of 3) sorted by relevance
596 pub struct TimeError { struct609 impl core::error::Error for TimeError {} argument611 impl Display for TimeError { implementation653 pub fn new(params: TimeParams) -> core::result::Result<Self, TimeError> { in new() argument683 pub fn is_valid(&self) -> core::result::Result<(), TimeError> { in is_valid() argument
58 TimeError, enumerator