Complete an unfinished

This commit is contained in:
Lucien Greathouse
2020-02-19 09:49:18 -08:00
parent 7ea9a1e3e8
commit 4f46012c11

View File

@@ -17,7 +17,7 @@ mod sealed {
impl Sealed for StdBackend {}
}
/// Backend that can be used to create a
/// Backend that can be used to create a `Vfs`.
///
/// This trait is sealed and cannot not be implemented outside this crate.
pub trait VfsBackend: sealed::Sealed {