mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Work on new tree system
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
pub enum TreeMessage {
|
||||
Request,
|
||||
Response,
|
||||
Result(crate::error::ModuleError),
|
||||
}
|
||||
|
||||
pub enum TreeType {
|
||||
RootTree,
|
||||
|
||||
TypeA,
|
||||
TypeB,
|
||||
TypeC,
|
||||
}
|
||||
Reference in New Issue
Block a user