pub fn annotate_logs<A, E, R>(
key: impl Into<String> + Send + 'static,
value: impl Into<String> + Send + 'static,
inner: Effect<A, E, R>,
) -> Effect<A, E, R>Expand description
Run inner with key=value merged into the fiber-local annotation map (restored afterward).