pub trait FloppyPermissions:
Debug
+ Unpin
+ Send {
// Required methods
fn readonly(&self) -> bool;
fn set_readonly(&mut self, readonly: bool);
}pub trait FloppyPermissions:
Debug
+ Unpin
+ Send {
// Required methods
fn readonly(&self) -> bool;
fn set_readonly(&mut self, readonly: bool);
}