Function procspawn::serde::with_ipc_mode

source ·
pub fn with_ipc_mode<F: FnOnce() -> R, R>(f: F) -> R
Expand description

Internal helper to mark all serde calls that go across processes so that serializers can respond to it.