Skip to main content

Module param_prelude

Module param_prelude 

Source
Expand description

Prelude for working with parameters

Structs§

ParamMetadata
Metadata about a parameter
ParamRange
Range constraints for a parameter
ParameterId
Type-safe parameter identifier with validation

Enums§

ParamType
Type of parameter value
ParamValue
Parameter value (can be of different types)
ParameterError
Errors that can occur during parameter operations

Traits§

IntoParamValue
Trait for types that can be converted to/from ParamValue

Type Aliases§

ParameterResult
Result type for parameter operations