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 for<'async_trait> P: From<PathBuf> + AsRef<Path> + Send + 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§