Macro custom_string

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