custom_string

Macro custom_string 

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