[][src]Struct antlr_rust::rule_context::EmptyContextType

pub struct EmptyContextType<'a, TF: TokenFactory<'a>>(pub PhantomData<&'a TF>);

Trait Implementations

impl<'a, TF: TokenFactory<'a>> ParserNodeType<'a> for EmptyContextType<'a, TF>[src]

type TF = TF

type Type = dyn ParserRuleContext<'a, TF = Self::TF, Ctx = Self> + 'a

type Visitor = dyn ParseTreeVisitor<'a, Self> + 'a

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

type Static = __EmptyContextTypeaTF_should_never_exist<TF::Static>

Auto Trait Implementations

impl<'a, TF> RefUnwindSafe for EmptyContextType<'a, TF> where
    TF: RefUnwindSafe

impl<'a, TF> Send for EmptyContextType<'a, TF> where
    TF: Sync

impl<'a, TF> Sync for EmptyContextType<'a, TF> where
    TF: Sync

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

impl<'a, TF> UnwindSafe for EmptyContextType<'a, TF> where
    TF: 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<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.