[go: up one dir, main page]

erased-serde 0.3.3

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

pub extern crate serde;
pub use std::marker::{Send, Sync};
pub use std::result::Result;