Module to_option_vec_string

Source
Expand description

Contains a trait to make the macros work with many types.

use tailwindcss_to_rust_macros::{C, M, ToOptionvecstring};

Traits§

ToOptionVecString
You need to make sure this trait is imported by any code that wants to use the C!, DC!, or M! macros.