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