☰
Size
Implementors
In dock_runtime::common::limits
?
Trait
dock_runtime
::
common
::
limits
::
Size
source
·
[
−
]
pub trait Size: Get<
u32
> +
Send
+
Sync
+ 'static { }
Implementors
§
source
§
impl<T>
Size
for T
where T: Get<
u32
> +
Send
+
Sync
+ 'static,