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

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

Associated Types

Implementors