[][src]Trait justconfig::item::SourceLocation

pub trait SourceLocation: Display + Debug { }

Trait implemented by source location structs provided by data sources.

This trait is used to provide the source of a configuration entry, for example, for use in error messages.

Implementors

impl SourceLocation for DefaultSourceLocation[src]

impl SourceLocation for TextSourceLocation[src]

Loading content...