Skip to main content

root

Function root 

Source
pub fn root() -> CapRoot
Expand description

Creates the singleton capability root. Panics if called more than once.

Use try_root for a non-panicking alternative. In tests, use test_root.