Trait tealr::TypeBody

source ·
pub trait TypeBody {
    // Required method
    fn get_type_body() -> TypeGenerator;
}
Expand description

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

Required Methods§

source

fn get_type_body() -> TypeGenerator

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

Object Safety§

This trait is not object safe.

Implementors§