Trait pr47::data::wrapper::DynBase[][src]

pub trait DynBase {
    fn dyn_type_id(&self) -> TypeId;
fn dyn_type_name(&self) -> String;
fn dyn_tyck(&self, tyck_info: &TyckInfo) -> bool;
unsafe fn move_out_ck(&mut self, out: *mut (), type_id: TypeId);
fn children(&self) -> ChildrenType; }

Required methods

Implementors