Skip to content

zv: Basic now requires Type

Zeeshan Ali Khan requested to merge basic into master

All Basic types must implement Type anyway so might as well make this requirement explicit so that generic code can just specifiy Basic as trait bound instead of "Basic + Type".

Merge request reports