Docs.rs
speki-backend-0.1.9
speki-backend 0.1.9
Permalink
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
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
MenuItem
speki_
backend
0.1.9
Menu
Item
Required Methods
action
Implementors
In speki_
backend::
common
speki_backend
::
common
Trait
Menu
Item
Copy item path
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
§