Trait playdate_device::mount::MountAsync
source · pub trait MountAsync {
// Required method
fn mount(&self) -> impl Future<Output = Result<(), Error>>;
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait MountAsync {
// Required method
fn mount(&self) -> impl Future<Output = Result<(), Error>>;
}