[][src]Trait genco::lang::java::TypeTrait

pub trait TypeTrait: 'static + Debug + LangItem<Java> {
    fn as_enum(&self) -> AnyRef;
}

Trait implemented by all language items.

Required methods

fn as_enum(&self) -> AnyRef

Coerce trait into an enum that can be used for type-specific operations.

Loading content...

Implementors

impl TypeTrait for Import[src]

Loading content...