overhaul context

This commit is contained in:
Aiden McClelland
2021-08-31 19:16:40 -06:00
parent ee9b302ecd
commit 3195ffab68
11 changed files with 282 additions and 101 deletions

View File

@@ -96,6 +96,7 @@ pub enum ParamType {
None,
Arg(ArgOptions),
Context(Type),
ParentData(Type),
Request,
Response,
}