View Source Gpp.Section behaviour (Gpp v0.1.4)
Link to this section Summary
Link to this section Callbacks
@callback parse(String.t()) :: {:ok, struct()} | {:error, Exception.t()}
Parse a section string in to the relevant struct.
@callback parse(String.t()) :: {:ok, struct()} | {:error, Exception.t()}
Parse a section string in to the relevant struct.