Trait spitebuf::Storage

source ·
pub unsafe trait Storage<T> {
    // Required method
    fn buf(&self) -> (*const UnsafeCell<Cell<T>>, usize);
}

Required Methods§

Implementors§