1
2
3
4
5
6
7
8
9
use crate::ctx::CmdCtxBuilderTypes;

/// Data stored by `CmdCtxBuilder` while building a
/// `CmdCtx<MultiProfileNoFlow>`.`
#[peace_code_gen::cmd_ctx_builder_impl]
#[derive(Debug)]
pub struct MultiProfileNoFlowBuilder<CmdCtxBuilderTypesT>
where
    CmdCtxBuilderTypesT: CmdCtxBuilderTypes;