Skip to main content

Intern

Trait Intern 

Source
pub trait Intern {
    type ID;

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

Required Associated Types§

Required Methods§

Source

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

Implementors§