Macro custom_string

Source
macro_rules! custom_string {
    ($owned_struct_name:ident, $ref_struct_name:ident, $validate_fn:expr) => { ... };
}