Trait dock_runtime::common::Size

source ·
pub trait Size: Get<u32> + Send + Sync + 'static { }

Implementors§

source§

impl<T> Size for Twhere T: Get<u32> + Send + Sync + 'static,