/// "Valid not after" [`DateTime`]
#[must_use]
pub const fn to(&self) -> &DateTime<Utc> {
&self.to
}, or do you
#[must_use]
/// "Valid not after" [`DateTime`]
pub const fn to(&self) -> &DateTime<Utc> {
&self.to
}?
@star@amazonawaws.com/// "Valid not after" [`DateTime`]
#[must_use]
pub const fn to(&self) -> &DateTime<Utc> {
&self.to
}#[must_use]
/// "Valid not after" [`DateTime`]
pub const fn to(&self) -> &DateTime<Utc> {
&self.to
}