Skip to main content

semipublic_use

Macro semipublic_use 

Source
macro_rules! semipublic_use {
    {
        $dflt_vis:vis use $($tok:tt)+
    } => { ... };
}
Expand description

Helper: Import a set of items as public if experimental_api is set, and as non-public otherwise.