pub trait WorkspaceHandle {
    // Required method
    fn file_project_paths(&self, cx: &AppContext) -> Vec<ProjectPath>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl WorkspaceHandle for View<Workspace>

Implementors§