Trait intercom_common::ast_converters::GetTy
[−]
[src]
pub trait GetTy {
fn get_ty(&self) -> Result<Ty, String>;
}Extract the underlying Ty from various AST types.