Trait pr47::data::traits::StaticBase[][src]

pub trait StaticBase<T: 'static> {
    fn type_id() -> TypeId { ... }
fn tyck_info(tyck_info_pool: &mut TyckInfoPool) -> NonNull<TyckInfo> { ... }
fn tyck(tyck_info: &TyckInfo) -> bool { ... }
fn type_name() -> String { ... }
fn children(_vself: *const T) -> ChildrenType { ... } }

Provided methods

Implementations on Foreign Types

Implementors