Trait forest_filecoin::shim::fvm_latest::externs::Externs

source ·
pub trait Externs: Rand + Consensus + Chain { }

Implementors§

source§

impl<DB: Blockstore + Send + Sync + 'static> Externs for ForestExterns<DB>