Type Alias Keyword

Source
pub type Keyword = String;
Expand description

Could be used to filter research activity data and/or power data analytics through concept composition

§Guidelines for creating keywords

  • Shall
    • Be officially sanctioned by responsible parties
    • Be in lower-kebab-case
    • Be unique relative to other keywords
    • Contain three or more characters
  • Should
    • Not be too specific
    • Be one or two words (ex. foo or foo-bar)

Aliased Type§

struct Keyword { /* private fields */ }