kanidmd_lib

Macro entry_init

source
macro_rules! entry_init {
    () => { ... };
    ($ava:expr) => { ... };
    ($ava:expr, $($item:expr),*) => { ... };
}