pub trait CloseFreeSafe { }Expand description
Marker trait for implementation of FileOps that do not need to implement close and can
then pass a wrapper object as the FileOps implementation.
Implementors§
impl CloseFreeSafe for SimpleDirectory
SimpleDirectory doesn’t implement the close method.