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

pub trait PyBufferReleaseBufferProtocol<'p>: PyBufferProtocol<'p> {
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

Implementors