Macro mio::sys::debug_detail

source ·
macro_rules! debug_detail {
    (
            $type: ident ($event_type: ty), $test: path,
            $($(#[$target: meta])* $libc: ident :: $flag: ident),+ $(,)*
        ) => { ... };
}