pub trait Cacheable:
Send
+ Sync
+ 'static {
// Required methods
fn artifact(&self) -> ArtifactRef;
fn references(&self) -> Vec<ArtifactRef>;
}pub trait Cacheable:
Send
+ Sync
+ 'static {
// Required methods
fn artifact(&self) -> ArtifactRef;
fn references(&self) -> Vec<ArtifactRef>;
}