Open bicarlsen opened 4 months ago
It doesn't appear there is any documentation about what information notify::event::EventAttributes::info represents. e.g. What values are possible here? If info is Some("override"), what does this mean?
notify::event::EventAttributes::info
Some("override")
It seems there are only a few places info is set:
info
It doesn't appear there is any documentation about what information
notify::event::EventAttributes::info
represents. e.g. What values are possible here? If info isSome("override")
, what does this mean?It seems there are only a few places
info
is set: