Type Alias AttachedRuntime
pub type AttachedRuntime = (Recorder, Runtime);Available on crate feature
dial9 only.Expand description
The recorder and runtime pair a #[dial9::main] config returns.
Name it in a #[dial9::main] config function’s signature:
fn my_config() -> std::io::Result<dial9::AttachedRuntime>