[][src]Trait intercom_common::ast_converters::GetType

pub trait GetType {
    fn get_ty(&self) -> Result<Type, String>;
}

Extract the underlying Type from various AST types.

Required methods

fn get_ty(&self) -> Result<Type, String>

Gets the Type from the AST element.

Loading content...

Implementations on Foreign Types

impl GetType for FnArg[src]

impl GetType for GenericArgument[src]

Loading content...

Implementors

Loading content...