Systemd.UnitFile.Raw (systemd v0.1.0-pre.0)

Copy Markdown View Source

Raw line preserved by the parser when it is not a complete section, directive, comment, or blank line.

Raw lines are primarily used for directive continuations.

Summary

Types

t()

@type t() :: %Systemd.UnitFile.Raw{
  content: String.t(),
  span: Systemd.UnitFile.Span.t() | nil
}