FormatTypeMutableBuilder

@inline final class FormatTypeMutableBuilder[Self <: FormatType[_], PubF](val x: Self & FormatType[PubF]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setFormat(value: PubF): Self
@inline
def setType(value: spki): Self

Concrete fields

val x: Self & FormatType[PubF]