index
:
libquassel.git
client
feature/example/statetracker
libquassel-feature/getbacklog
main
master
rust-2021
Native rust implementation of the Quassel protocol and library functions
Max Audron <me@audron.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
message
/
signalproxy
/
objects
/
mod.rs
blob: 14dc42f5008526ea425974f636fc0c4165705647 (
plain
)
1
2
3
4
5
6
mod
aliasmanager
;
mod
backlogmanager
;
pub
trait
Act
{
fn
act
(
self
:
Self
);
}