[][src]Trait ralik::types::BasicTypeBase

pub trait BasicTypeBase {
    fn name(&self) -> &str;
fn kind(&self) -> TypeKind; fn type_parameters(&self) -> &[TypeHandle] { ... }
fn fields(&self) -> (Option<&HashMap<Box<str>, usize>>, &[TypeHandle]) { ... }
fn variants(&self) -> Option<(&HashMap<Box<str>, usize>, &[Variant])> { ... } }

Required methods

fn name(&self) -> &str

fn kind(&self) -> TypeKind

Loading content...

Provided methods

Loading content...

Implementors

Loading content...