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

Required Methods§

source

fn file_project_paths(&self, cx: &AppContext) -> Vec<ProjectPath>

Implementations on Foreign Types§

source§

impl WorkspaceHandle for ViewHandle<Workspace>

source§

fn file_project_paths(&self, cx: &AppContext) -> Vec<ProjectPath>

Implementors§