Docs.rs
speki-backend-0.1.7
speki-backend 0.1.7
Docs.rs crate page
GPL-2.0-only
Links
crates.io
Source
Owners
TBS1996
Dependencies
cpython ^0.7
normal
dirs ^5.0.1
normal
openai ^1.0.0-alpha.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
toml ^0.7.3
normal
uuid ^1.3.2
normal
insta ^1.29.0
dev
Versions
5.28%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
speki_backend
0.1.7
MenuItem
Required Methods
action
Implementors
In speki_backend::common
?
Trait
speki_backend
::
common
::
MenuItem
source
·
[
−
]
pub trait MenuItem:
Display
{ // Required method fn
action
(&self) ->
Box
<dyn
FnMut
() ->
bool
>; }
Required Methods
§
source
fn
action
(&self) ->
Box
<dyn
FnMut
() ->
bool
>
Implementors
§