shadowplay 0.16.3

Utility for checking puppet syntax, a puppet manifest linter, a pretty printer, and a utility for exploring the Hiera.
Documentation
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Clone, Debug, PartialEq, Serialize)]
pub struct Comment<EXTRA> {
    pub value: String,
    pub extra: EXTRA,
}