Skip to main content

execute_remote_with_formatter

Function execute_remote_with_formatter 

Source
pub async fn execute_remote_with_formatter<W: Write>(
    client: &HttpClient,
    command: &LifecycleCommand,
    support: RemoteLifecycleSupport,
    writer: &mut W,
    formatter: Box<dyn Formatter>,
) -> Result<()>