lazy_callback_ipc

Function lazy_callback_ipc 

Source
fn lazy_callback_ipc<T>() -> (LazyCallback<T>, CallbackSetter<T>)
where T: Serialize + for<'de> Deserialize<'de> + Send + 'static,
Expand description

This function should never be exported.