IntoMatcherExpr

Trait IntoMatcherExpr 

Source
pub trait IntoMatcherExpr {
    // Required method
    fn into_matcher_expr<I: CodegenItem>(self, caps: &mut Groups) -> TokenStream;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IntoMatcherExpr for &ClassBytesRange

Source§

impl IntoMatcherExpr for &ClassUnicodeRange

Source§

impl IntoMatcherExpr for char

Source§

impl IntoMatcherExpr for u8

Source§

impl IntoMatcherExpr for Capture

Source§

impl IntoMatcherExpr for Class

Source§

impl IntoMatcherExpr for Hir

Source§

impl IntoMatcherExpr for Literal

Source§

impl IntoMatcherExpr for Look

Source§

impl IntoMatcherExpr for Repetition

Implementors§