Function get_workspace

Source
pub fn get_workspace(name: &str) -> Workspace
Expand description

Returns the workspace with the given name.

Workspaces are identified by their name. Calling this function alone does not create the workspace if it doesn’t already exist.