macro_rules! impl_file_supported {
($builder_type:ty, $field_name:ident) => { ... };
}Expand description
Generic macro to implement FileSupported
macro_rules! impl_file_supported {
($builder_type:ty, $field_name:ident) => { ... };
}Generic macro to implement FileSupported