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

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

Provided methods

Loading content...

Implementations on Foreign Types

impl ByteOr for BigInt[src]

Loading content...

Implementors

Loading content...