#[derive(AltrepString)]
{
// Attributes available to this derive:
#[altrep]
}
Expand description
Derive macro for ALTREP string vector data types.
Auto-implements AltrepLen and AltStringData traits.
Supports the same #[altrep(...)] attributes as AltrepInteger.