[][src]Trait itsdangerous::IntoTimestampSigner

pub trait IntoTimestampSigner {
    type TimestampSigner: TimestampSigner;
    fn into_timestamp_signer(self) -> Self::TimestampSigner;
}

Associated Types

Loading content...

Required methods

fn into_timestamp_signer(self) -> Self::TimestampSigner

Converts this Signer into a TimestampSigner, giving it the ability to do signing with timestamps!

Loading content...

Implementors

Loading content...