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 isOption
. - arg_
is_ ๐write Check if the argument is&mut impl Write
. - check_
type ๐Check the return type. - first_
mut_ ๐ref_ arg ReturnsT
if the first argument (exceptself
) is&mut T
. - last_
arg_ ๐is_ retract Check if the last argument isretract: bool
. - strip_
iterator ๐Check if the type isimpl Iterator<Item = T>
and returnT
. - strip_
outer_ ๐type Check if the type istype_<T>
and returnT
.