use crate::*; #[derive(Reflect)] pub struct Queue where T: Reflect, { inner: T, } impl Queue where T: Reflect {}