Expand description
Parse the tokens of the macro.
Functionsยง
- arg_
is_ ๐context - Check if the argument is
&Context
. - arg_
is_ ๐option - Check if the argument is
Option
. - arg_
is_ ๐write - Check if the argument is
&mut impl Write
. - check_
type ๐ - Check the return type.
- first_
mut_ ๐ref_ arg - Returns
T
if the first argument (exceptself
) is&mut T
. - last_
arg_ ๐is_ retract - Check if the last argument is
retract: bool
. - strip_
iterator ๐ - Check if the type is
impl Iterator<Item = T>
and returnT
. - strip_
outer_ ๐type - Check if the type is
type_<T>
and returnT
.