☰
WeightInfo
Required Methods
create
Implementations on Foreign Types
()
Implementors
In workflows::weights
?
Trait
workflows
::
weights
::
WeightInfo
source
·
[
−
]
pub trait WeightInfo { fn
create
() ->
Weight
; }
Expand description
Weight functions needed for workflows.
Required methods
source
fn
create
() ->
Weight
Implementations on Foreign Types
source
impl
WeightInfo
for
()
source
fn
create
() ->
Weight
Implementors
source
impl<T:
Config
>
WeightInfo
for
AnagolayWeight
<T>