pub type OwnershipResult<T> = Result<T, OwnershipError>;Expand description
Result type for ownership operations
Aliased Type§
pub enum OwnershipResult<T> {
Ok(T),
Err(OwnershipError),
}pub type OwnershipResult<T> = Result<T, OwnershipError>;Result type for ownership operations
pub enum OwnershipResult<T> {
Ok(T),
Err(OwnershipError),
}