Expand description
Contains types for working with Python objects that own the underlying data.
Macrosยง
- impl_traits ๐
Structsยง
- PyBackedBytes 
- A wrapper around [u8]where the storage is either owned by a Pythonbytesobject, or a RustBox<[u8]>.
- PyBackedStr 
- A wrapper around strwhere the storage is owned by a Pythonbytesorstrobject.
Enumsยง
- PyBackedBytes ๐Storage