caffeine_lang/linker/slo_params
Types
Information about an SLO parameter: its type and a description shown in docs and error messages.
pub type ParamInfo {
ParamInfo(type_: types.AcceptedTypes, description: String)
}
Constructors
-
ParamInfo(type_: types.AcceptedTypes, description: String)