Function std::os::args_as_bytes[src]
pub fn args_as_bytes() -> Vec<Vec<u8>>
Returns the arguments which this program was started with (normally passed via the command line) as byte vectors.
pub fn args_as_bytes() -> Vec<Vec<u8>>
Returns the arguments which this program was started with (normally passed via the command line) as byte vectors.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).