biz.ostw.dsi.meta.Layer.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fsi Show documentation
Show all versions of fsi Show documentation
File structure investigation project
package biz.ostw.dsi.meta
trait Layer {
def typeName(): String
}