use syn::*; pub struct RpcServerArgs { command: Path, ctx: Expr, status_fn: Option, } pub mod build; mod parse;