Trait ssi_claims::DateTimeProvider
source · pub trait DateTimeProvider {
// Required method
fn date_time(&self) -> DateTime<Utc>;
}
Expand description
Type that provides date and time.
Used to check the validity period of given claims.