Trait neure::ctx::PolicyMatch
source · pub trait PolicyMatch<C, B> {
// Required method
fn try_mat_policy<Pat>(
&mut self,
pat: &Pat,
b_policy: &B
) -> Result<Pat::Ret, Error>
where Pat: Regex<C> + ?Sized;
}