pulumi_gestalt_rust

Trait GestaltCompositeOutput

Source
pub trait GestaltCompositeOutput {
    type Output<T>;

    // Required method
    fn get_field<T>(&self, key: &str) -> Self::Output<T>;
}

Required Associated Types§

Source

type Output<T>

Required Methods§

Source

fn get_field<T>(&self, key: &str) -> Self::Output<T>

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.

Implementations on Foreign Types§

Source§

impl GestaltCompositeOutput for WasmCompositeOutput

Implementors§