Struct python_ast::lexer::Lexer [] [src]

pub struct Lexer;

Struct that provides the operations to take a slice of bytes and convert them into Tk tokens.

Methods

impl Lexer
[src]

Deprecated

Convert a slice of bytes into a Rc<Vec<Tk>>

Convert a slice of bytes into Vec<Tk<'a>>

Trait Implementations

impl Debug for Lexer
[src]

Formats the value using the given formatter.

impl Clone for Lexer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lexer
[src]