Module python_ast::pytypes

source ·

Traits

  • An interface for any data structure that works like a Python List.

Type Aliases

  • The Python list type. Generally, it’s used with a dyn Object trait object to allow for arbitrary contents. Since Rust doesn’t have a native type that supports mixed type lists, we need to invent something.