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