Trait sway_core::decl_engine::DeclEngineGet
source · pub trait DeclEngineGet<I, U> {
// Required method
fn get(&self, index: &I) -> U;
}
pub trait DeclEngineGet<I, U> {
// Required method
fn get(&self, index: &I) -> U;
}