pub fn run<T>(f: impl FnOnce(CapRoot) -> T) -> T
Creates a CapRoot and passes it to the given closure.
CapRoot
This is a convenience entry point. Panics if root() has already been called.
root()