pub fn try_read<T>(
f: impl FnOnce(&BoxDynTryDropStrategy) -> T,
) -> Result<T, UninitializedError>Expand description
Try to get a reference to the current fallback thread local handler.
ยงErrors
If the fallback thread local handler is not initialized yet, this function will return an error.