pub trait GetType { // Required method fn get_ty(&self) -> Result<Type, String>; }
Extract the underlying Type from various AST types.
Gets the Type from the AST element.