Type Definition vfs::error::VfsResult

source · []
pub type VfsResult<T> = Result<T, VfsError>;
Expand description

The result type of this crate