Function main

Source
pub fn main<I, T>(args: Option<I>) -> Result<(), String>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

§Errors

Returns an error if the arguments are invalid.

§Panics

Panics if the arguments cannot be read.