pub type ReferenceResult = Result<Reference, JErrorType>;Expand description
Result type for reference-returning operations.
Aliased Type§
pub enum ReferenceResult {
Ok(Reference),
Err(JErrorType),
}pub type ReferenceResult = Result<Reference, JErrorType>;Result type for reference-returning operations.
pub enum ReferenceResult {
Ok(Reference),
Err(JErrorType),
}