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