Expand description
Extensions to the core Trussed syscalls.
Requires the serde-extensions feature.
This module makes it possible to add additional syscalls to Trussed by implementing the
Extension trait. Extension requests and replies are serialized to
Request::SerdeExtension and Reply::SerdeExtension.
Structs§
- Extension
Future Result - A future of an
ExtensionResult.
Traits§
- Extension
- A Trussed API extension.
- Extension
Client - Executes extension requests.
Type Aliases§
- Extension
Result - A result returned by
ExtensionClientand clients using it.