pub type ProjectSlugView<'slug> = ProjectSlug<&'slug str>;

Aliased Type§

struct ProjectSlugView<'slug>(/* private fields */);