Gcode. Model. Describe protocol
(gcode v1.0.2)
Copy Markdown
A protocol which is used to describe the model for human consumption.
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec describe(t()) :: Gcode.Option.t(String.t())
@spec describe(t(), options :: []) :: Gcode.Option.t(String.t())