forked from MightyPork/elefren-fork
0.3.0 Redone registration api, added debug/clone
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use super::status::Status;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct Context {
|
||||
pub ancestors: Vec<Status>,
|
||||
pub descendants: Vec<Status>,
|
||||
|
||||
Reference in New Issue
Block a user