pub type Result<T> = Result<T, BinaryError>;Expand description
Result type for Unity binary operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BinaryError),
}pub type Result<T> = Result<T, BinaryError>;Result type for Unity binary operations
pub enum Result<T> {
Ok(T),
Err(BinaryError),
}