main

Function main 

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