pub use TryIntoParamValError;
/// Represents a value for a parameter name within `Parameters` struct.
/// The parameter value is the value that appears to the right of the equal
/// sign (e.g. `"value"` is the `ParamVal` in the following example
/// `#[example(name = "value")]`)