Trait tk::cmd::TkXFn

source ·
pub trait TkXFn {
    type Output;

    // Required method
    fn output(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn output(self) -> Self::Output

Implementors§

source§

impl<T: Into<Obj>> TkXFn for T

§

type Output = TkX