[][src]Function fluvio_cli::profile::process_profile

pub async fn process_profile<O>(
    out: Arc<O>,
    profile_command: ProfileCommand
) -> Result<String> where
    O: Terminal