Trait tk::cmd::TkButtonFn
source · pub trait TkButtonFn {
type Output;
// Required method
fn output(self) -> Self::Output;
}
pub trait TkButtonFn {
type Output;
// Required method
fn output(self) -> Self::Output;
}