Docs.rs
jpostcode_rs-0.1.2
jpostcode_rs 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nwiizo
Dependencies
once_cell ^1.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
serde ^1.0
build
serde_json ^1.0
build
walkdir ^2.3
build
Versions
0%
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
jpostcode_
rs
0.1.2
ToJson
Required Methods
to_json
Implementations on Foreign Types
Vec<Address>
Implementors
In crate jpostcode_
rs
jpostcode_rs
Trait
ToJson
Copy item path
Source
pub trait ToJson { // Required method fn
to_json
(&self) ->
Result
<
String
,
Error
>; }
Required Methods
§
Source
fn
to_json
(&self) ->
Result
<
String
,
Error
>
Implementations on Foreign Types
§
Source
§
impl
ToJson
for
Vec
<
Address
>
Source
§
fn
to_json
(&self) ->
Result
<
String
,
Error
>
Implementors
§
Source
§
impl
ToJson
for
Address