pub trait DeclEngineGet<I, U> {
    // Required method
    fn get(&self, index: &I) -> Arc<U>;
}

Required Methods§

source

fn get(&self, index: &I) -> Arc<U>

Implementors§

source§

impl DeclEngineGet<DeclId<TyAbiDecl>, TyAbiDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyConstantDecl>, TyConstantDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyEnumDecl>, TyEnumDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyFunctionDecl>, TyFunctionDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyImplTrait>, TyImplTrait> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyStorageDecl>, TyStorageDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyStructDecl>, TyStructDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyTraitDecl>, TyTraitDecl> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyTraitFn>, TyTraitFn> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyTraitType>, TyTraitType> for DeclEngine

source§

impl DeclEngineGet<DeclId<TyTypeAliasDecl>, TyTypeAliasDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyAbiDecl>>, TyAbiDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyConstantDecl>>, TyConstantDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyEnumDecl>>, TyEnumDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyFunctionDecl>>, TyFunctionDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyImplTrait>>, TyImplTrait> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyStorageDecl>>, TyStorageDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyStructDecl>>, TyStructDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyTraitDecl>>, TyTraitDecl> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyTraitFn>>, TyTraitFn> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyTraitType>>, TyTraitType> for DeclEngine

source§

impl DeclEngineGet<DeclRef<DeclId<TyTypeAliasDecl>>, TyTypeAliasDecl> for DeclEngine