pub type TypeResult<T> = Result<T, TypeIntrospectionError>;Expand description
Result type for type introspection operations
Aliased Type§
pub enum TypeResult<T> {
Ok(T),
Err(TypeIntrospectionError),
}pub type TypeResult<T> = Result<T, TypeIntrospectionError>;Result type for type introspection operations
pub enum TypeResult<T> {
Ok(T),
Err(TypeIntrospectionError),
}