Trait reactor_cache::Weighted [] [src]

pub trait Weighted {
    fn weight(&self) -> usize;
}

Required Methods

Implementors