1 2 3 4 5 6 7
package com.nsrddyn.Traits trait Workload { def name: String def run: ZIO[Any, Nothing, Unit] }