pub fn scope<I, K, F>(ident: I, key: K, future: F) -> Result<impl Future>where I: Display + Send, K: LogKey, F: Future + Send,