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