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