pub trait TagitWorkspaceProvider:
'static
+ Send
+ Sync
+ Debug {
// Required method
fn with_workspace(
&self,
f: &mut dyn FnMut(&dyn TagitWorkspace) -> Result<()>,
) -> Result<()>;
}pub trait TagitWorkspaceProvider:
'static
+ Send
+ Sync
+ Debug {
// Required method
fn with_workspace(
&self,
f: &mut dyn FnMut(&dyn TagitWorkspace) -> Result<()>,
) -> Result<()>;
}