1use crate::r#type::r#type::Type; 2 3#[derive(Debug)] 4pub struct TypeInfo { 5 pub passed_in: Type, 6}