pub fn operate_in_closure<K: Opaque, F, R>(f: F) -> F where
    F: for<'a> FnOnce(Pin<&'a <K as Opaque>::Kind<'a>>) -> R, 
Expand description

Helper for working with a Holder using a closure.

This only works if K is 'static.