pub async fn root_volume(
filesystem: Arc<FxFilesystem>,
) -> Result<RootVolume, Error>
Expand description
Returns the root volume for the filesystem.
pub async fn root_volume(
filesystem: Arc<FxFilesystem>,
) -> Result<RootVolume, Error>
Returns the root volume for the filesystem.