LayerType returns the type of the layer that is being serialized to the buffer
()
| 38 | SerializeTo(b SerializeBuffer, opts SerializeOptions) error |
| 39 | // LayerType returns the type of the layer that is being serialized to the buffer |
| 40 | LayerType() LayerType |
| 41 | } |
| 42 | |
| 43 | // SerializeOptions provides options for behaviors that SerializableLayers may want to |
no outgoing calls
no test coverage detected