Trait windows::UI::Shell::IAdaptiveCardBuilderStatics_Impl

pub trait IAdaptiveCardBuilderStatics_Impl: Sized {
    // Required method
    fn CreateAdaptiveCardFromJson(
        &self,
        value: &HSTRING,
    ) -> Result<IAdaptiveCard>;
}

Required Methods§

fn CreateAdaptiveCardFromJson(&self, value: &HSTRING) -> Result<IAdaptiveCard>

Object Safety§

This trait is not object safe.

Implementors§