Expand description
This module contains the command executor implementation.
Structs§
- Command Executor struct
- Command Executor Options struct
- Builder for
Options
. - Command Executor Request struct. Used by the
Executor
- Command Executor Response struct. Used by the
Executor
- Builder for
Response
.
Enums§
- Error type for OptionsBuilder
- Error type for ResponseBuilder
Functions§
- Helper function to add user-defined application error headers to a [
Vec<(String, String)>
] to be used as thecustom_user_data
on theResponse
.