pub fn start(lib_proxy: Arc<DirectoryProxy>, chan: Channel)
Expand description
start will expose the fuchsia.ldsvc.Loader
service over the given channel, providing VMO
buffers of requested library object names from lib_proxy
.
lib_proxy
must have been opened with at minimum OPEN_RIGHT_READABLE and OPEN_RIGHT_EXECUTABLE
rights.