[][src]Function protonvpn::main

pub fn main<R, W>(
    opt: CliOptions,
    config_res: Result<Config, ConfyError>,
    mut r: &mut R,
    mut w: &mut W
) -> Result<()> where
    R: BufRead,
    W: Write

The main function in src.rs is a wrapper of this function.