pub type VfsResult<T = ()> = AxResult<T>;
Alias of AxResult.
AxResult
enum VfsResult<T = ()> { Ok(T), Err(AxError), }
Contains the success value
Contains the error value