Trait Intern

Source
pub trait Intern {
    type Database: ?Sized;
    type ID;

    // Required method
    fn intern(self, db: &Self::Database) -> Self::ID;
}

Required Associated Types§

Required Methods§

Source

fn intern(self, db: &Self::Database) -> Self::ID

Implementors§

Source§

impl Intern for MacroCallLoc

Source§

type Database = dyn ExpandDatabase

Source§

type ID = MacroCallId

Source§

impl Intern for AssocItemLoc<Const>

Source§

impl Intern for AssocItemLoc<Function>

Source§

impl Intern for AssocItemLoc<TypeAlias>

Source§

impl Intern for BlockLoc

Source§

impl Intern for ConstBlockLoc

Source§

impl Intern for EnumVariantLoc

Source§

impl Intern for InTypeConstLoc

Source§

impl Intern for ItemLoc<ExternBlock>

Source§

impl Intern for ItemLoc<ExternCrate>

Source§

impl Intern for ItemLoc<Impl>

Source§

impl Intern for ItemLoc<Struct>

Source§

impl Intern for ItemLoc<Use>

Source§

impl Intern for Macro2Loc

Source§

impl Intern for MacroRulesLoc

Source§

impl Intern for ProcMacroLoc

Source§

impl Intern for EnumLoc

Source§

impl Intern for StaticLoc

Source§

impl Intern for TraitAliasLoc

Source§

impl Intern for TraitLoc

Source§

impl Intern for UnionLoc