Modules§
Structs§
- Loader
- The type corresponding to the Loader protocol. See //docs/concepts/process/program_loading.md for a more complete description of this and related process bootstrapping protocols, and for specifics about the default global loader service’s interpretation of names, paths, and configurations.
- Loader
Clone Request - Loader
Clone Response - Loader
Config Request - Loader
Config Response - Loader
Load Object Request - Loader
Load Object Response - Wire
Loader Clone Request - The wire type corresponding to
LoaderCloneRequest
. - Wire
Loader Clone Response - The wire type corresponding to
LoaderCloneResponse
. - Wire
Loader Config Request - The wire type corresponding to
LoaderConfigRequest
. - Wire
Loader Config Response - The wire type corresponding to
LoaderConfigResponse
. - Wire
Loader Load Object Request - The wire type corresponding to
LoaderLoadObjectRequest
. - Wire
Loader Load Object Response - The wire type corresponding to
LoaderLoadObjectResponse
.
Traits§
- Loader
Client Handler - A client handler for the Loader protocol.
- Loader
Client Sender - A helper trait for the
Loader
client sender. - Loader
Server Handler - A server handler for the Loader protocol.
- Loader
Server Sender - A helper trait for the
Loader
server sender.