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

Copy Markdown View Source

Source location for a parsed unit file entry.

Summary

Types

t()

@type t() :: %Systemd.UnitFile.Span{
  column: pos_integer() | nil,
  line: pos_integer() | nil
}