Trait librsnek::api::method::ComplexCast [] [src]

pub trait ComplexCast {
    fn op_complex(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_complex(&self) -> Result<Complex, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors