[][src]Trait kari::data::types::Typed

pub trait Typed {
    fn get_type(&self) -> &'static dyn Type;
}

Required methods

fn get_type(&self) -> &'static dyn Type

Loading content...

Implementors

impl Typed for Any[src]

Loading content...