Skip to main content

builder_methods

Macro builder_methods 

Source
macro_rules! builder_methods {
    ($( $method:ident ( $field:ident ) -> $ty:ty ),* $(,)?) => { ... };
}