Searched defs:Noncopyable (Results 1 – 1 of 1) sorted by relevance
1 type Noncopyable = Box<isize>; typedef11 fn test0(f: Foo, g: Noncopyable, h: Noncopyable) { in test0()17 fn test1(f: Foo, g: Noncopyable, h: Noncopyable) { in test1()