Decoder returns DecodingLayer to decode given LayerType and true if it was found. If no decoder found, return false.
(LayerType)
| 61 | // Decoder returns DecodingLayer to decode given LayerType and |
| 62 | // true if it was found. If no decoder found, return false. |
| 63 | Decoder(LayerType) (DecodingLayer, bool) |
| 64 | // LayersDecoder returns DecodingLayerFunc which decodes given |
| 65 | // packet, starting with specified LayerType and DecodeFeedback. |
| 66 | LayersDecoder(first LayerType, df DecodeFeedback) DecodingLayerFunc |