Docs.rs
junobuild-utils-0.3.0
junobuild-utils 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
peterpeterparker
Dependencies
candid ^0.10.20
normal
serde ^1.0.225
normal
serde_json ^1.0.145
normal
Versions
33.33%
of the crate is documented
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
Skip to main content
IntoJsonData
junobuild_
utils
0.3.0
Into
Json
Data
Required Methods
into_json_data
Implementors
In crate junobuild_
utils
junobuild_utils
Trait
Into
Json
Data
Copy item path
Source
pub trait IntoJsonData { // Required method fn
into_json_data
(self) ->
Result
<
Vec
<
u8
>,
String
>; }
Required Methods
§
Source
fn
into_json_data
(self) ->
Result
<
Vec
<
u8
>,
String
>
Implementors
§