pub unsafe fn ref_from<'a>(raw: NonNullFREData) -> &'a dyn AnyExpand description
In typical usage of this crate, this function should not be called directly.
ยงSafety
The returned reference has an unbounded lifetime and is not tied to any input. Correct and safe usage requires the caller to impose additional lifetime constraints.