CanDecode returns the set of LayerTypes this DecodingLayer can decode. For Layers that are also DecodingLayers, this will most often be that Layer's LayerType().
()
| 37 | // decode. For Layers that are also DecodingLayers, this will most |
| 38 | // often be that Layer's LayerType(). |
| 39 | CanDecode() LayerClass |
| 40 | // NextLayerType returns the LayerType which should be used to decode |
| 41 | // the LayerPayload. |
| 42 | NextLayerType() LayerType |