forked from rojo-rbx/rojo
Complete an unfinished
This commit is contained in:
@@ -17,7 +17,7 @@ mod sealed {
|
|||||||
impl Sealed for StdBackend {}
|
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.
|
/// This trait is sealed and cannot not be implemented outside this crate.
|
||||||
pub trait VfsBackend: sealed::Sealed {
|
pub trait VfsBackend: sealed::Sealed {
|
||||||
|
|||||||
Reference in New Issue
Block a user