Trait typevec::AsAny [] [src]

pub unsafe trait AsAny<A: ?Sized + UnsafeAnyExt> {
    fn asany(self) -> Box<A>;
}

Required Methods

Implementors