Trait librsnek::api::method::Call
[−]
[src]
pub trait Call {
fn op_call(
&self,
&Runtime,
&RtObject,
&RtObject,
&RtObject
) -> Result<RtObject, Error> { ... }
fn native_call(&self, &Type, &Type, &Type) -> Result<Type, Error> { ... }
}
Provided Methods
fn op_call(
&self,
&Runtime,
&RtObject,
&RtObject,
&RtObject
) -> Result<RtObject, Error>
&self,
&Runtime,
&RtObject,
&RtObject,
&RtObject
) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_call(&self, &Type, &Type, &Type) -> Result<Type, Error>
Native API Method $pyname
Implementors
impl Call for RtObjectimpl Call for WeakRtObjectimpl Call for Typeimpl Call for RefCountedValue<BoolValue, RefCount>impl Call for RefCountedValue<StringValue, RefCount>impl Call for RefCountedValue<CodeValue, RefCount>impl Call for RefCountedValue<ComplexValue, RefCount>impl Call for RefCountedValue<DictValue, RefCount>impl Call for RefCountedValue<FloatValue, RefCount>impl Call for RefCountedValue<FrameValue, RefCount>impl Call for RefCountedValue<FrozenSetValue, RefCount>impl Call for RefCountedValue<IntValue, RefCount>impl Call for RefCountedValue<IteratorValue, RefCount>impl Call for RefCountedValue<ListValue, RefCount>impl Call for RefCountedValue<FuncValue, RefCount>impl Call for RefCountedValue<NoneValue, RefCount>impl Call for RefCountedValue<ObjectValue, RefCount>impl Call for RefCountedValue<TypeValue, RefCount>impl Call for RefCountedValue<SetValue, RefCount>impl Call for RefCountedValue<StringValue, RefCount>impl Call for RefCountedValue<TupleValue, RefCount>