[][src]Trait lvgl_codegen::Rusty

pub trait Rusty {
    type Parent;
    fn code(&self, parent: &Self::Parent) -> WrapperResult<TokenStream>;
}

Associated Types

type Parent

Loading content...

Required methods

fn code(&self, parent: &Self::Parent) -> WrapperResult<TokenStream>

Loading content...

Implementors

impl Rusty for LvArg[src]

type Parent = LvFunc

impl Rusty for LvFunc[src]

type Parent = LvWidget

impl Rusty for LvType[src]

type Parent = LvArg

impl Rusty for LvWidget[src]

type Parent = ()

Loading content...