`AliasableBox<T>` should ```rust impl<T: ?Sized> From<AliasableBox<T>> for UniqueBox<T> { ... } ``` to match the other aliasable types.
AliasableBox<T>shouldto match the other aliasable types.