Function destroyChild [src]
Prototype
pub fn destroyChild(self: *const ServiceBinding, handle: Handle) Status Parameters
self: *const ServiceBindinghandle: Handle Source
pub fn destroyChild(self: *const ServiceBinding, handle: Handle) Status {
return self._destroy_child(self, handle);
}