Skip to main content

emit_data

Function emit_data 

Source
pub fn emit_data<T>(
    command: CommandName,
    payload: &T,
    output: OutputFormat,
    quiet: bool,
) -> Result<()>
where T: Serialize,