Docs.rs
digital-ink-library-1.4.0
digital-ink-library 1.4.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
APrange
Dependencies
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3
normal
Versions
6.98%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Skip to main content
SerializableInkObject
digital_
ink_
library
1.4.0
Serializable
InkObject
Required Methods
to_json
Implementors
In digital_
ink_
library::
serialization
digital_ink_library
::
serialization
Trait
Serializable
InkObject
Copy item path
Source
pub trait SerializableInkObject { // Required method fn
to_json
(&self) ->
String
; }
Required Methods
§
Source
fn
to_json
(&self) ->
String
Implementors
§