Gcode.Model.Serialise protocol (gcode v0.4.1)
A protocol which is used to serialise the model into G-code output.
Link to this section Summary
Link to this section Types
Link to this type
result()
Specs
result() :: Gcode.Result.t([String.t()], {:serialise_error, String.t()})
Specs
t() :: term()
Link to this section Functions
Link to this function
serialise(serialisable)
Specs
serialise(t()) :: Gcode.Result.t([String.t()])