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.

Required Methods

Gets the Ty from the AST element.

Implementations on Foreign Types

impl GetTy for FnArg
[src]

[src]

impl GetTy for FunctionRetTy
[src]

[src]

Implementors