Function msgpackin::ser::to_sync_config
source · [−]pub fn to_sync_config<'lt, T, C>(t: &T, c: C, config: Config) -> Result<()> where
T: Serialize + ?Sized,
C: Into<DynConsumerSync<'lt>>,
Expand description
Serialize synchronously to anything that can be converted into a
DynConsumerSync
, e.g. Write