Docs.rs
tk-0.1.2
tk 0.1.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
oooutlk
Dependencies
bitflags ^1.0
normal
cex ^0.5
normal
clib ^0.2.4
normal
enumx ^0.4
normal
heredom ^0.1
normal
once_cell ^1.17.1
normal
serde ^1.0
normal
strum ^0.19
normal
strum_macros ^0.19
normal
tcl ^0.1.2
normal
tcl_derive ^0.1.0
normal
tuplex ^0.1
normal
regex ^1.7.1
dev
inwelling ^0.5
build
Versions
3%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TkMenuFn
Required Associated Types
Output
Required Methods
output
Implementors
In tk::cmd
?
Trait
tk
::
cmd
::
TkMenuFn
source
·
[
−
]
pub trait TkMenuFn { type
Output
; // Required method fn
output
(self) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
output
(self) -> Self::
Output
Implementors
§
source
§
impl<Opts, Widgs>
TkMenuFn
for
PathOptsWidgets
<Opts, Widgs>
where Widgs:
ConvertTuple
, Opts:
IntoHomoTuple
<
TkMenuOpt
> +
IntoHomoTuple
<
OptPair
>, <Widgs as
ConvertTuple
>::
Output
:
PushFront
<
Node
<(&'static
str
, &'static
str
), <Opts as
IntoHomoTuple
<
OptPair
>>::
Output
>>,
§
type
Output
=
TkMenuTup
<<<Widgs as
ConvertTuple
>::
Output
as
PushFront
<
Node
<(&'static
str
, &'static
str
), <Opts as
IntoHomoTuple
<
OptPair
>>::
Output
>>>::
Output
>
source
§
impl<T:
Into
<
Obj
>>
TkMenuFn
for T
§
type
Output
=
TkMenu