Struct slos_filesystem::impls::overlayfs::OverlayFilesystem   [−][src]
pub struct OverlayFilesystem<'a, 'base, 'overlay> {
    pub inner: Arc<OverlayFilesystemInner<'a, 'base, 'overlay>>,
    // some fields omitted
}Expand description
An overlay filesystem proxy.
Fields
inner: Arc<OverlayFilesystemInner<'a, 'base, 'overlay>>Implementations
Trait Implementations
Get the permissions of this node
Try to get this node as a FsDirectory trait object reference Read more