pub type PropertyResult<T> = Result<T, PropertyError>;Expand description
Result type for property operations
Aliased Type§
pub enum PropertyResult<T> {
Ok(T),
Err(PropertyError),
}pub type PropertyResult<T> = Result<T, PropertyError>;Result type for property operations
pub enum PropertyResult<T> {
Ok(T),
Err(PropertyError),
}