[][src]Trait rustpython_vm::obj::objbyteinner::ByteOr

pub trait ByteOr: ToPrimitive {
    fn byte_or(&self, vm: &VirtualMachine) -> PyResult<u8> { ... }
}

Provided methods

fn byte_or(&self, vm: &VirtualMachine) -> PyResult<u8>

Loading content...

Implementations on Foreign Types

impl ByteOr for BigInt[src]

Loading content...

Implementors

Loading content...