Trait tealr::TypeBody[][src]

pub trait TypeBody {
    fn get_type_body(dir: Direction, gen: &mut TypeGenerator);
}
Expand description

Creates the body of the type, so the functions and fields it exposes.

Required methods

Fills in the TypeGenerator so a .d.tl file can be constructed.

Implementors