juice
juice copied to clipboard
WIP: use different LayerOps trait requirements per framework
An attempt to resolve #12
Difficulty appears around defining a trait BackandBounded: FeatX + FeatY
where trait LayerOps<Backend>
is backend bound.
Everything else would need to depend on the LayerOps<Backend>
which makes interoparability very difficult.
WIP