index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
token
/
event.rs
blob: 51b74d7671cfcc564e517f72201fb84c4d827f9a (
plain
)
1
2
3
4
5
6
use
crate
::
token
;
#[derive(Clone, Debug)]
pub
enum
Event
{
Revoked
(
token
::
Id
),
}