Trait lvgl_codegen::Rusty[][src]

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

Associated Types

Loading content...

Required methods

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

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...