[][src]Crate attribution

Re-exports

pub use attribution_macros::attr_args;

Structs

DynamicParameters
Parameters

Enums

FromParameterValueError

An error that occurs as a result of a failed conversion of a ParameterVal

FromParametersError

An error that occurs as a result of a failed conversion of a Parameters struct

ParamVal

Traits

FromParameterValue

A trait that is used to create a type from a provided ParamVal. This trait should be implemented when a type should be able to be converted from a single ParamVal type.

FromParameters

A trait that is used to extract data from a Parameters struct.