Macro pullup::converter

source ·
macro_rules! converter {
    (
        $(#[$attr:meta])*
        $struct_name:ident,
        $in:ty => $out:ty,
        $body:expr
    ) => { ... };
}
Expand description

Convert between markup events without a buffer or lookahead.