pub trait MoiArcValue: 'static {
// Required method
fn get_pool() -> &'static RwLock<MoiArcPoolInner<Self>>;
}Required Methods§
fn get_pool() -> &'static RwLock<MoiArcPoolInner<Self>>
Object Safety§
This trait is not object safe.
pub trait MoiArcValue: 'static {
// Required method
fn get_pool() -> &'static RwLock<MoiArcPoolInner<Self>>;
}