Docs.rs
maa-framework-0.3.1
maa-framework 0.3.1
Docs.rs crate page
LGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
KevinT3Hu
Dependencies
derive_builder ^0.20.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_with ^3.7.0
normal
thiserror ^1.0
normal
bindgen ^0.69.4
build
ureq ^2.9.6
build
zip ^0.6.6
build
Versions
15.17%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
maa_framework
0.3.1
TaskParam
Provided Methods
get_param
Implementations on Foreign Types
Value
Object Safety
Implementors
In maa_framework::instance
?
Trait
maa_framework
::
instance
::
TaskParam
source
·
[
−
]
pub trait TaskParam:
Serialize
{ // Provided method fn
get_param
(&self) ->
String
{ ... } }
Provided Methods
§
source
fn
get_param
(&self) ->
String
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
TaskParam
for
Value
source
§
fn
get_param
(&self) ->
String
Implementors
§