This commit is contained in:
Aiden McClelland
2021-04-12 15:02:02 -06:00
parent cd38fbd58d
commit fba286e7a8
4 changed files with 31 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ impl Default for ExecutionContext {
pub struct LeafOptions {
blocking: Option<Path>,
is_async: bool,
aliases: Vec<LitStr>,
about: Option<LitStr>,
rename: Option<Ident>,
exec_ctx: ExecutionContext,