[][src]Struct lrlex::LRNonStreamingLexer

pub struct LRNonStreamingLexer<'lexer, 'input: 'lexer, StorageT> { /* fields omitted */ }

An LRNonStreamingLexer holds a reference to a string and can lex it into lrpar::Lexemes. Although the struct is tied to a single string, no guarantees are made about whether the lexemes are cached or not.

Trait Implementations

impl<'lexer, 'input: 'lexer, StorageT: Copy + Eq + Hash + PrimInt + Unsigned> Lexer<StorageT> for LRNonStreamingLexer<'lexer, 'input, StorageT>[src]

impl<'lexer, 'input: 'lexer, StorageT: Copy + Eq + Hash + PrimInt + Unsigned> NonStreamingLexer<'input, StorageT> for LRNonStreamingLexer<'lexer, 'input, StorageT>[src]

Auto Trait Implementations

impl<'lexer, 'input, StorageT> RefUnwindSafe for LRNonStreamingLexer<'lexer, 'input, StorageT> where
    StorageT: RefUnwindSafe

impl<'lexer, 'input, StorageT> Send for LRNonStreamingLexer<'lexer, 'input, StorageT> where
    StorageT: Send

impl<'lexer, 'input, StorageT> Sync for LRNonStreamingLexer<'lexer, 'input, StorageT> where
    StorageT: Sync

impl<'lexer, 'input, StorageT> Unpin for LRNonStreamingLexer<'lexer, 'input, StorageT> where
    StorageT: Unpin

impl<'lexer, 'input, StorageT> UnwindSafe for LRNonStreamingLexer<'lexer, 'input, StorageT> where
    StorageT: UnwindSafe

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, 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.

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

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