Crate mago_source

Source

Modules§

error

Structs§

Source
Represents a source file with an identifier, optional path, content, and line information.
SourceIdentifier
A unique identifier for a source, consisting of a string identifier and a user-defined flag.
SourceManager
A manager for sources, which stores sources and provides methods to insert and retrieve them.

Enums§

SourceCategory
Represents the category of the source for a PHP construct.

Traits§

HasSource