Expand description
Contains a trait to make the macros work with many types.
ⓘ
use tailwindcss_to_rust_macros::{C, M, ToOptionvecstring};
Traits§
- ToOption
VecString - You need to make sure this trait is imported by any code that wants to use
the
C!
,DC!
, orM!
macros.