Trait pyo3::class::buffer::PyBufferGetBufferProtocol[][src]

pub trait PyBufferGetBufferProtocol<'p>: PyBufferProtocol<'p> {
    type Result: IntoPyCallbackOutput<()>;
}
This is supported on non-Py_LIMITED_API only.

Associated Types

Implementors