rust_interview
rust_interview copied to clipboard
[Advance] 什么时候需要用Box<Self> ?
RT
考察点: 闭包相关/FnBox/DerefMove
fn xx(self: Box<Self>)