Trait fuel_tx::Cacheable

source ·
pub trait Cacheable {
    // Required methods
    fn is_computed(&self) -> bool;
    fn precompute(&mut self);
}
Expand description

Entity support metadata computation to cache results.

Required Methods§

source

fn is_computed(&self) -> bool

source

fn precompute(&mut self)

Computes the cache for the entity.

Implementors§