Crate fidl_next_fuchsia_process

Crate fidl_next_fuchsia_process 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
generic
launcher
natural
resolver
wire
wire_optional

Structs§

Launcher
The type corresponding to the Launcher protocol. A low-level interface for launching processes.
LauncherAddArgsRequest
LauncherAddEnvironsRequest
LauncherSetOptionsRequest
Resolver
The type corresponding to the Resolver protocol. An interface for resolving names to executables and library loaders.
ResolverResolveRequest

Constants§

MAX_RESOLVE_NAME_SIZE
The maximum size for a name used by Resolver.

Traits§

LauncherClientHandler
A client handler for the Launcher protocol.
LauncherServerHandler
A server handler for the Launcher protocol.
ResolverClientHandler
A client handler for the Resolver protocol.
ResolverServerHandler
A server handler for the Resolver protocol.