pub(crate) fn parse_module_args(args: TokenStream) -> Option<Type>
Expand description
Parse arguments to the builtins
macro itself, such as #[builtins(state = Rc<State>)]
.
pub(crate) fn parse_module_args(args: TokenStream) -> Option<Type>
Parse arguments to the builtins
macro itself, such as #[builtins(state = Rc<State>)]
.