Skip to main content

mut_from

Function mut_from 

Source
pub unsafe fn mut_from<'a>(raw: NonNullFREData) -> &'a mut dyn Any
Expand 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.