pub type DiagramResult<T> = Result<T, DiagramError>;Expand description
A specialized Result type for diagram generation operations.
Aliased Type§
pub enum DiagramResult<T> {
Ok(T),
Err(DiagramError),
}pub type DiagramResult<T> = Result<T, DiagramError>;A specialized Result type for diagram generation operations.
pub enum DiagramResult<T> {
Ok(T),
Err(DiagramError),
}