Trait zebrad::components::tokio::RuntimeRun
source · pub(crate) trait RuntimeRun {
// Required method
fn run(self, fut: impl Future<Output = Result<(), Report>>);
}
Expand description
Extension trait to centralize entry point for runnable subcommands that depend on tokio
Required Methods§
Object Safety§
This trait is not object safe.