Skip to main content

register_filter_plugin

Macro register_filter_plugin 

Source
macro_rules! register_filter_plugin {
    ($struct:ident, $($key:ident = $value:expr),* $(,)?) => { ... };
    ($struct:ident, $($key:ident),* $(,)?) => { ... };
    ($struct:ident) => { ... };
}
Available on crate feature filter only.
Expand description

フィルタプラグインを登録するマクロ。

§Arguments

  • unwind: panic時にunwindするかどうか。デフォルトはtrue