pub trait MassStorageInterface {
    // Required methods
    fn storage_interface(&self) -> Option<&InterfaceInfo>;
    fn have_storage_interface(&self) -> bool;
}

Required Methods§

Implementors§