feat(tree): close rust family shell cutover
This commit is contained in:
@@ -352,6 +352,8 @@ pub struct KernelProjectionResult {
|
||||
pub root_node_id: Option<String>,
|
||||
pub items: Vec<KernelProjectionItem>,
|
||||
pub edges: Vec<KernelEdge>,
|
||||
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
|
||||
pub meta: BTreeMap<String, Value>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user