#[derive(PropertyFromDataType)] { // Attributes available to this derive: #[property] }
Implements a Rust’s std trait - From.
From
Based on property allowed data type(s), it implements this trait to set as its unit data type value (using UnitDataTypeContainer)
UnitDataTypeContainer