pub trait Mount { // Required method fn mount_blocking(&self) -> Result<(), Error>; }
Mount this volume. Blocking.