Docs.rs
rkyv_dyn-0.7.42
rkyv_dyn 0.7.42
Permalink
Docs.rs crate page
MIT
Links
Repository
Crates.io
Source
Owners
djkoloski
Dependencies
bytecheck =0.6.11
normal
inventory ^0.1
normal
lazy_static ^1.4
normal
ptr_meta ~0.1.3
normal
rkyv ^0.7.41
normal
rkyv_dyn_derive ^0.7.41
normal
rkyv_typename ^0.7.41
normal
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DynDeserializer
Implementations on Foreign Types
&mut D
Trait Implementations
Fallible
Implementors
In rkyv_dyn
?
Trait
rkyv_dyn
::
DynDeserializer
source
·
[
−
]
pub trait DynDeserializer { }
Expand description
An object-safe version of
Deserializer
.
Trait Implementations
§
source
§
impl<'a>
Fallible
for dyn
DynDeserializer
+ 'a
§
type
Error
=
Box
<dyn
Any
+ 'static,
Global
>
The error produced by any failing methods.
Implementations on Foreign Types
§
source
§
impl<D:
Fallible
+ ?
Sized
>
DynDeserializer
for
&mut D
Implementors
§