pub trait Deconstruct<Args> {
    fn deconstruct(self) -> Args;
}

Required Methods§

Implementors§