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

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

Required methods

fn seconds(self) -> u64[src]

Loading content...

Implementations on Foreign Types

impl Seconds for u32[src]

impl Seconds for Duration[src]

Loading content...

Implementors

Loading content...