Trait ByteOr
rustpython_vm::obj::objbyteinner
pub trait ByteOr: ToPrimitive { fn byte_or(&self, vm: &VirtualMachine) -> PyResult<u8> { ... } }
fn byte_or(&self, vm: &VirtualMachine) -> PyResult<u8>
impl ByteOr for BigInt