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;