ref-method and command merge #4

Merged
Mitch161 merged 39 commits from cmd--optimization into master 2020-08-19 21:29:44 +00:00
1 changed files with 73 additions and 0 deletions
Showing only changes of commit f24a4f72df - Show all commits

73
src/commands/behaviors.rs Normal file
View File

@ -0,0 +1,73 @@
struct Request {}
struct Info {}
struct Connect {}
struct Disconnect {}
struct ClientUpdate {}
struct ClientInfo {}
struct ClientRemove {}
struct Client {}
struct Success {}
struct Error {}
trait Runnables {
fn run(&self);
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}
impl Runnables for Request {
fn run() {
}
}