Symbol

Type Alias Symbol 

Source
pub type Symbol = String;

Aliased Type§

pub struct Symbol { /* private fields */ }

Trait Implementations§

Source§

impl Compare<String> for Symbol

Source§

fn compare( &self, symbol: &String, _: &Crate, _: &mut Generics, _: &mut HashMap<String, Type>, ) -> Vec<Similarity>