init()

in Sources/TwitterApacheThrift/ThriftType.swift [106:111]


    init(coreValue: UInt8) throws {
        guard let value = ThriftType(rawValue: coreValue) else {
            throw ThriftDecoderError.unsupportedThriftType
        }
        self = value
    }