1 2 3 4 5 6 7
use super::*; pub(crate) async fn exec(config: LairServerConfig) -> LairResult<()> { println!("{}", config.connection_url); Ok(()) }