Skip to main content

IFormContent_Impl

Trait IFormContent_Impl 

Source
pub trait IFormContent_Impl: IContent_Impl + INotifyPropChanged_Impl {
    // Required methods
    fn TemplateJson(&self) -> Result<HSTRING>;
    fn DataJson(&self) -> Result<HSTRING>;
    fn StateJson(&self) -> Result<HSTRING>;
    fn SubmitForm(
        &self,
        inputs: &HSTRING,
        data: &HSTRING,
    ) -> Result<ICommandResult>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§