pub trait MoiArcValue: 'static {
    // Required method
    fn get_pool() -> &'static RwLock<MoiArcPoolInner<Self>>;
}

Required Methods§

source

fn get_pool() -> &'static RwLock<MoiArcPoolInner<Self>>

Object Safety§

This trait is not object safe.

Implementors§