peace_cmd/ctx/cmd_ctx_builder/multi_profile_single_flow_builder.rs
1use crate::ctx::CmdCtxBuilderTypes;
2
3/// Data stored by `CmdCtxBuilder` while building a
4/// `CmdCtx<MultiProfileSingleFlow>`.
5#[peace_code_gen::cmd_ctx_builder_impl]
6#[derive(Debug)]
7pub struct MultiProfileSingleFlowBuilder<CmdCtxBuilderTypesT>
8where
9 CmdCtxBuilderTypesT: CmdCtxBuilderTypes;