erased-serde 0.3.13

Type-erased Serialize and Serializer traits
Documentation
1
2
3
4
5
//! Not public API. Used as `$crate::export` by macros.

pub use core::marker::{Send, Sync};
pub use core::result::Result;
pub use serde;