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