1
0
Fork 0
forked from wry/wry

portal: implement workspace capture

This commit is contained in:
Julian Orth 2024-04-20 13:48:12 +02:00
parent c6864a6d85
commit 33a0a40857
23 changed files with 518 additions and 50 deletions

View file

@ -104,6 +104,7 @@ impl FindTreeResult {
pub enum FindTreeUsecase {
None,
SelectToplevel,
SelectWorkspace,
}
pub trait Node: 'static {