pub type NfaCompileResult<T> = Result<T, NfaCompileError>;Expand description
Result type for NFA compilation operations
Aliased Type§
pub enum NfaCompileResult<T> {
Ok(T),
Err(NfaCompileError),
}pub type NfaCompileResult<T> = Result<T, NfaCompileError>;Result type for NFA compilation operations
pub enum NfaCompileResult<T> {
Ok(T),
Err(NfaCompileError),
}