pub type MountedResult<T> = Result<T, MountedError>;
Expand description
The MountedResult type for the MountedData
Aliased Type§
pub enum MountedResult<T> {
Ok(T),
Err(MountedError),
}
pub type MountedResult<T> = Result<T, MountedError>;
The MountedResult type for the MountedData
pub enum MountedResult<T> {
Ok(T),
Err(MountedError),
}