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