Trait tk::cmd::AddTkEntry
source · pub trait AddTkEntry {
// Provided method
fn add_entry<Opts, Inst: TkInstance>(
&self,
path_opts: impl Into<PathOptsWidgets<Opts, ()>>
) -> InterpResult<TkEntry<Inst>>
where Self: Deref<Target = Widget<Inst>>,
Opts: IntoHomoTuple<TkEntryOpt> + IntoHomoTuple<OptPair> { ... }
}