Closed audunhalland closed 1 year ago
There is currently a compile error when trying to use this.
e.g.
#[unimock(api = DefaultBodyMock)] trait DefaultBody: Sized { fn core(self: Rc<Self>, arg: i32) -> i32; fn default_body(self: Rc<Self>, arg: i32) -> i32 { self.core(arg * 2) } }
does not work.
There's a fix in the pipeline.
There is currently a compile error when trying to use this.
e.g.
does not work.
There's a fix in the pipeline.