pub type ProbarResult<T> = Result<T, ProbarError>;Expand description
Result type for Probar operations
Aliased Type§
pub enum ProbarResult<T> {
Ok(T),
Err(ProbarError),
}pub type ProbarResult<T> = Result<T, ProbarError>;Result type for Probar operations
pub enum ProbarResult<T> {
Ok(T),
Err(ProbarError),
}