The default intent classification. An ordinary unit of work is a `"feature"`.
()
| 237 | |
| 238 | /// The default intent classification. An ordinary unit of work is a `"feature"`. |
| 239 | pub fn default_kind() -> String { |
| 240 | "feature".to_string() |
| 241 | } |
| 242 | |
| 243 | /// Whether a `kind` holds the default value. When it does, the field is omitted |
| 244 | /// from serialization entirely, so an ordinary intent's JSON (and its |
no outgoing calls