[][src]Struct antlr_rust::rule_context::EmptyCustomRuleContext

pub struct EmptyCustomRuleContext<'a, TF: TokenFactory<'a> + 'a>(_);

Trait Implementations

impl<'a, TF: TokenFactory<'a> + 'a> CustomRuleContext<'a> for EmptyCustomRuleContext<'a, TF>[src]

type TF = TF

type Ctx = EmptyContextType<'a, TF>

impl<'a, TF: TokenFactory<'a> + 'a> TidAble<'a> for EmptyCustomRuleContext<'a, TF> where
    TF: TidAble<'a>, 
[src]

type Static = __EmptyCustomRuleContextaTF_should_never_exist<TF::Static>

Auto Trait Implementations

impl<'a, TF> RefUnwindSafe for EmptyCustomRuleContext<'a, TF> where
    <TF as TokenFactory<'a>>::Tok: RefUnwindSafe

impl<'a, TF> Send for EmptyCustomRuleContext<'a, TF> where
    <TF as TokenFactory<'a>>::Tok: Sync

impl<'a, TF> Sync for EmptyCustomRuleContext<'a, TF> where
    <TF as TokenFactory<'a>>::Tok: Sync

impl<'a, TF> Unpin for EmptyCustomRuleContext<'a, TF>

impl<'a, TF> UnwindSafe for EmptyCustomRuleContext<'a, TF> where
    <TF as TokenFactory<'a>>::Tok: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'input, T, I> CustomRuleContext<'input> for T where
    I: ParserRuleContext<'input> + 'input + ?Sized,
    T: DerefSeal<Target = I> + 'input + Debug + Tid<'input>, 
[src]

type TF = <I as CustomRuleContext<'input>>::TF

type Ctx = <I as CustomRuleContext<'input>>::Ctx

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> NodeText for T[src]

impl<'input, T> NodeText for T where
    T: CustomRuleContext<'input>, 
[src]

impl<'a, T> Tid<'a> for T where
    T: TidAble<'a> + ?Sized
[src]

impl<'a, X> TidExt<'a> for X where
    X: Tid<'a> + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.