1 2 3 4 5 6
use tokio::task_local; task_local! { pub static LOG_ID: String; pub static LANG: String; }