pulumi_gestalt_rust

Type Alias Output

Source
pub type Output<T> = WasmOutput<T>;

Aliased Type§

struct Output<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T> ToOutput<T> for Output<T>

Source§

fn create_output(&self, _: &Context) -> Output<T>