Type Alias nice_smile::pattern::Result
source · pub type Result<T> = Result<T, PatternError>;Expand description
A result type for operations on a Pattern
Aliased Type§
enum Result<T> {
Ok(T),
Err(PatternError),
}pub type Result<T> = Result<T, PatternError>;A result type for operations on a Pattern
enum Result<T> {
Ok(T),
Err(PatternError),
}