Skip to main content

is_feedable

Macro is_feedable 

Source
macro_rules! is_feedable {
    ([]) => { ... };
    ([(feedable) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}