[][src]Trait rustpython_vm::pyobject::BufferProtocol

pub trait BufferProtocol {
    fn readonly(&self) -> bool;
}

Required methods

fn readonly(&self) -> bool

Loading content...

Implementors

impl BufferProtocol for PyObjectRef[src]

Loading content...