pub trait CellProvider {
    // Required method
    fn cell(&self, out_point: &OutPoint, eager_load: bool) -> CellStatus;
}
Expand description

TODO(doc): @quake

Required Methods§

source

fn cell(&self, out_point: &OutPoint, eager_load: bool) -> CellStatus

TODO(doc): @quake

Implementors§