Type Alias ezno_checker::context::environment::ContextLocation

source ·
pub type ContextLocation = Option<String>;

Aliased Type§

enum ContextLocation {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.