Trait python_ast::token::New
[−]
[src]
pub trait New<'a> {
fn new(id: Id, bytes: &'a [u8], tag: Tag) -> Self;
}
Required Methods
Implementors
impl<'a> New<'a> for Tk<'a>