Skip to main content

ToPulumiAny

Trait ToPulumiAny 

Source
pub trait ToPulumiAny {
    // Required method
    fn to_pulumi_any(self) -> PulumiAny;
}

Required Methods§

Implementors§

Source§

impl<T> ToPulumiAny for T
where T: ToPulumiValue + Send + Sync + 'static,