Struct cargo_make::types::FlowInfo
[−]
[src]
pub struct FlowInfo { pub config: Config, pub task: String, pub env_info: EnvInfo, pub disable_workspace: bool, }
Holds flow information
Fields
config: Config
The flow config object
task: String
The main task of the flow
env_info: EnvInfo
The env info
disable_workspace: bool
Prevent workspace support
Trait Implementations
impl Debug for FlowInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more