DataContractConfigGettersV1

Trait DataContractConfigGettersV1 

Source
pub trait DataContractConfigGettersV1: DataContractConfigGettersV0 {
    // Required method
    fn sized_integer_types(&self) -> bool;
}
Expand description

Trait representing getters for DataContractConfigV1

Required Methods§

Source

fn sized_integer_types(&self) -> bool

Use sized integer Rust types for integer property type based on validation rules

Implementors§