Skip to main content

InternalStorageOps

Trait InternalStorageOps 

Source
pub trait InternalStorageOps {
    // Required method
    fn get_storage(&self) -> Option<&Storage>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§