Skip to main content

forestd_main

Function forestd_main 

Source
pub fn forestd_main<ArgT>(args: impl IntoIterator<Item = ArgT>) -> Result<()>
where ArgT: Into<OsString> + Clone,