Skip to main content

execute_with

Function execute_with 

Source
pub async fn execute_with<W, E>(
    stdout: &mut W,
    stderr: &mut E,
    logs_dir: &Path,
    server: Option<&str>,
    follow: bool,
) -> Result<i32>
where W: AsyncWrite + Unpin, E: AsyncWrite + Unpin,