Docs.rs
postcard-bindgen-0.1.31
postcard-bindgen 0.1.31
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
teamplayer3
Dependencies
postcard-bindgen-core ^0.1.31
normal
postcard-bindgen-derive ^0.1.31
normal
postcard ^1.0.2
dev
serde ^1.0
dev
Versions
100%
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
☰
GenJsBinding
Required Methods
get_type
Implementations on Foreign Types
&'a [T]
&'a str
&mut T
BTreeMap<K, V, Global>
HashMap<K, V, RandomState>
LinearMap<K, V, N>
Option<T>
Range<T>
String
String<N>
Vec<T, Global>
Vec<T, N>
[T]
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In postcard_bindgen
?
Trait
postcard_bindgen
::
GenJsBinding
source
·
[
−
]
pub trait GenJsBinding { fn
get_type
() ->
JsType
; }
Required Methods
§
source
fn
get_type
() ->
JsType
Implementations on Foreign Types
§
source
§
impl<K, V, const N:
usize
>
GenJsBinding
for LinearMap<K, V, N>
where
K:
GenJsBinding
,
V:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl<const N:
usize
>
GenJsBinding
for String<N>
source
§
fn
get_type
() ->
JsType
source
§
impl<T>
GenJsBinding
for
&mut
T
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
usize
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
u8
source
§
fn
get_type
() ->
JsType
source
§
impl<'a, T>
GenJsBinding
for &'a
[T]
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
i8
source
§
fn
get_type
() ->
JsType
source
§
impl<T>
GenJsBinding
for
Vec
<T,
Global
>
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
String
source
§
fn
get_type
() ->
JsType
source
§
impl<K, V>
GenJsBinding
for
BTreeMap
<K, V,
Global
>
where
K:
GenJsBinding
,
V:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
i128
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
i64
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
u32
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
i32
source
§
fn
get_type
() ->
JsType
source
§
impl<T>
GenJsBinding
for
[T]
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
u16
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
u64
source
§
fn
get_type
() ->
JsType
source
§
impl<'a>
GenJsBinding
for &'a
str
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
i16
source
§
fn
get_type
() ->
JsType
source
§
impl<T>
GenJsBinding
for
Range
<T>
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl<T>
GenJsBinding
for
Option
<T>
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
u128
source
§
fn
get_type
() ->
JsType
source
§
impl<K, V>
GenJsBinding
for
HashMap
<K, V,
RandomState
>
where
K:
GenJsBinding
,
V:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl<T, const N:
usize
>
GenJsBinding
for Vec<T, N>
where
T:
GenJsBinding
,
source
§
fn
get_type
() ->
JsType
source
§
impl
GenJsBinding
for
isize
source
§
fn
get_type
() ->
JsType
Implementors
§