FormatMutableBuilder

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

Value members

Concrete methods

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

Concrete fields

val x: Self & Format[PubF]