Module python_ast::traits::redefs_nom [] [src]

Traits input types have to implement to work with nom combinators

Traits

InputLengthRedef

Abstract method to calculate the input length. Redefined in this crate because of the rust orphan rules that prevent using other library's traits on types not defined by the library.