Skip to main content

ITMP_Settings_LineBreakingTable

Trait ITMP_Settings_LineBreakingTable 

Source
pub trait ITMP_Settings_LineBreakingTable: IObject {
    // Provided methods
    fn leading_characters(self) -> Dictionary_2<i32, u16> { ... }
    fn set_leading_characters(self, value: Dictionary_2<i32, u16>) { ... }
    fn following_characters(self) -> Dictionary_2<i32, u16> { ... }
    fn set_following_characters(self, value: Dictionary_2<i32, u16>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§