pub fn GetWorkSpaceName() -> ActionEffect<Arc<dyn WorkSpaceProvider>, CommonError, Option<String>>Expand description
Creates an effect that, when executed, will retrieve the display name of the current workspace.
It uses the WorkSpaceProvider capability from the environment to perform
the operation.
ยงReturns
An ActionEffect that resolves with an Option<String> containing the
workspace name.