Trait saml_rs::utils::DateTimeUtils
source · [−]pub trait DateTimeUtils {
fn to_saml_datetime_string(&self) -> String;
}
Expand description
Extensions for chrono::DateTime for nicer functionality
Required Methods
sourcefn to_saml_datetime_string(&self) -> String
fn to_saml_datetime_string(&self) -> String
return a DateTime object as a string
Implementations on Foreign Types
sourceimpl DateTimeUtils for DateTime<Utc>
impl DateTimeUtils for DateTime<Utc>
sourcefn to_saml_datetime_string(&self) -> String
fn to_saml_datetime_string(&self) -> String
return a DateTime object as a string