pub trait MountOperations {
// Provided methods
fn mount(&self) -> Result<()> { ... }
fn unmount(&self) -> Result<()> { ... }
}pub trait MountOperations {
// Provided methods
fn mount(&self) -> Result<()> { ... }
fn unmount(&self) -> Result<()> { ... }
}