Д
Size: a a a
Д
AT
Д
AT
MB
MB
Д
AT
MK
IB
Д
Д
MB
Д
a
a
MB
a
let auth_state_handler = Arc::new(|state|async {self.handle_auth_state(state).await});
tokio::spawn(async move {
auth_state_handler(state).await;
})
self
has an anonymous lifetime '_
but it needs to satisfy a 'static
lifetime requirementa
MB