☰
Time
Associated Types
Moment
Required Methods
now
Implementors
In frame_support::traits
?
Trait
frame_support
::
traits
::
Time
source
·
[
−
]
pub trait Time { type
Moment
:
AtLeast32Bit
+
Parameter
+
Default
+
Copy
; fn
now
() -> Self::
Moment
; }
Associated Types
source
type
Moment
:
AtLeast32Bit
+
Parameter
+
Default
+
Copy
Required methods
source
fn
now
() -> Self::
Moment
Implementors