use crate::ns::*; use serde::{Serialize, Deserialize}; #[derive(Clone, Serialize, Deserialize)] pub struct TypedDestructuring { pub location: Location, pub destructuring: Rc, pub type_annotation: Option>, }