Struct reproto_core::RealFilesystem [] [src]

pub struct RealFilesystem {}

Real filesystem implementation.

Methods

impl RealFilesystem
[src]

Trait Implementations

impl Filesystem for RealFilesystem
[src]

[src]

Open the filesystem from the given root path.

Auto Trait Implementations