Module pytypes

Source

Traits§

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

Type Aliases§

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