Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§