Trait frame_support::traits::Time  
source · pub trait Time {
    type Moment: AtLeast32Bit + Parameter + Default + Copy + MaxEncodedLen;
    // Required method
    fn now() -> Self::Moment;
}Required Associated Types§
type Moment: AtLeast32Bit + Parameter + Default + Copy + MaxEncodedLen
Required Methods§
Object Safety§
This trait is not object safe.