lazy_callback_inprocess

Function lazy_callback_inprocess 

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

This function should never be exported.