Crate strp_macros
source ·Macros
Attempts to parse a single variable from an iterator described by a string literal.
Panics on error.
Attempts to parse multiple variables from an iterator described by a string literal.
Panics on error.
Attempts to parse a single variable from an iterator on a type that implements
the
TryParse
trait.Very similar to
try_parse
, except it allows for 2 or more matched values.