Trait WorkspaceInterface

Source
pub trait WorkspaceInterface<P, T>:
    GetCrates<P, T>
    + GetCratesMut<P, T>
    + Send
    + Sync
    + NumCrates
    + ValidateIntegrity
    + AsyncTryFrom<P>
    + AsyncPathValidator
    + AsyncFindItems
    + AsRef<Path>
    + GetAllCrateNames
    + FindCrateByName<P, T>
where P: for<'async_trait> From<PathBuf> + for<'async_trait> AsRef<Path> + for<'async_trait> Send + for<'async_trait> Sync + 'async_trait, T: CrateHandleInterface<P>,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§