pub struct Parser;
Expand description

Parser for Load.

Trait Implementations§

Parses the given string slice, returning Command object. Read more
Optional shorthand moniker for the command. The user may type in this string instead of the full command name. Read more
The (mandatory) complete name of the command. The user will type in the name of the command, followed by some (depending on the command) arguments. Read more
Describes the command. The description is displayed when invoking the help command.
A convenience method for creating a Command object by invoking the given ctor closure, assuming that this command does not require any arguments. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.