pub trait AstTypeRef {
    fn named_type(&self) -> String;
}

Required methods

Implementors