Cacheable

Trait Cacheable 

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

Required Methods§

Implementors§