blob: 13606e498ef7def6410991eb7378197788a2d3dc [file] [log] [blame] [edit]
#[derive(Clone)]
pub struct Struct<A>(A);
impl<A> Struct<A> {
pub fn new() -> Self {
todo!()
}
}