pub trait CommandExt {
    // Required method
    fn arg_network(&mut self, network: NetworkType) -> &mut Self;
}

Required Methods§

source

fn arg_network(&mut self, network: NetworkType) -> &mut Self

Implementations on Foreign Types§

source§

impl CommandExt for Command

source§

fn arg_network(&mut self, network: NetworkType) -> &mut Self

Implementors§