Type Alias PyBytesRef

Source
pub type PyBytesRef = PyRef<PyBytes>;

Aliased Type§

struct PyBytesRef { /* private fields */ }

Trait Implementations§

Source§

impl AsRef<[u8]> for PyBytesRef

Source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.