ditch SeedableContext

This commit is contained in:
Aiden McClelland
2021-04-12 16:14:21 -06:00
parent fba286e7a8
commit b9676c591a
10 changed files with 34 additions and 54 deletions

View File

@@ -2,7 +2,7 @@ use syn::*;
pub struct RpcServerArgs {
command: Path,
seed: Expr,
ctx: Expr,
status_fn: Option<Expr>,
}