pub type Result<T> = Result<T, PolyscopeError>;Expand description
A specialized Result type for polyscope-rs operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PolyscopeError),
}pub type Result<T> = Result<T, PolyscopeError>;A specialized Result type for polyscope-rs operations.
pub enum Result<T> {
Ok(T),
Err(PolyscopeError),
}