blob: 597c63378e842cce3b3808926fb03248041ae1bc [file] [log] [blame]
//! Not public API. Used as `$crate::export` by macros.
pub extern crate serde;
pub use std::marker::{Send, Sync};
pub use std::result::Result;