pub struct Cli { /* private fields */ }Implementations§
Source§impl Cli
impl Cli
pub fn handle_parse_error(&self, e: ParseError)
Source§impl Cli
impl Cli
pub fn parse(&mut self, env_args: Vec<String>) -> (ParsedArgs, ParsedOpts)
Auto Trait Implementations§
impl Freeze for Cli
impl RefUnwindSafe for Cli
impl Send for Cli
impl Sync for Cli
impl Unpin for Cli
impl UnsafeUnpin for Cli
impl UnwindSafe for Cli
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more