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