Gcode.Model.Serialise protocol (gcode v1.0.0)

A protocol which is used to serialise the model into G-code output.

Link to this section Summary

Link to this section Types

@type result() :: Gcode.Result.t([String.t()], {:serialise_error, String.t()})
@type t() :: term()

Link to this section Functions

Link to this function

serialise(serialisable)

@spec serialise(t()) :: Gcode.Result.t([String.t()])