Trait salvo_extra::cors::Seconds[][src]

pub trait Seconds {
    fn seconds(self) -> u64;
}
Expand description

Seconds

Required methods

Get seconds.

Implementations on Foreign Types

Implementors