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