Trait playdate_device::usb::MassStorageInterface
source · pub trait MassStorageInterface {
// Required methods
fn storage_interface(&self) -> Option<&InterfaceInfo>;
fn have_storage_interface(&self) -> bool;
}