Skip to main content

TagitWorkspaceProvider

Trait TagitWorkspaceProvider 

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

Required Methods§

Source

fn with_workspace( &self, f: &mut dyn FnMut(&dyn TagitWorkspace) -> Result<()>, ) -> Result<()>

Implementors§