feat: even more tracing

This commit is contained in:
Nova
2023-01-15 01:13:22 -05:00
parent 97fbbec0fe
commit 173fba35fa
5 changed files with 75 additions and 43 deletions

View File

@@ -1,8 +1,10 @@
use color_eyre::eyre::Result;
use std::future::Future;
use tokio::task::JoinHandle;
use tracing::instrument;
#[allow(unused_variables)]
#[instrument(level = "debug", skip_all)]
pub fn new<
F: FnOnce() -> S,
S: AsRef<str>,