Type Alias axfs_vfs::VfsResult

source ·
pub type VfsResult<T = ()> = AxResult<T>;
Expand description

Alias of AxResult.