1 2 3 4 5 6 7 8 9 10 11
use std::rc::Rc; #[derive(::tf_bindgen::codegen::Construct)] pub struct Custom { #[construct(scope)] __m_scope: Rc<dyn ::tf_bindgen::Scope>, #[construct(id)] __m_name: String, } fn main() {}