ac_call_once

Function ac_call_once 

Source
pub fn ac_call_once<F, T>(f: F) -> T
where F: FnOnce() -> T,
Expand description

execute under alignment check