Skip to main content

JudgeRef

Type Alias JudgeRef 

Source
pub type JudgeRef = PathOrInline<JudgeSpec>;

Aliased Type§

pub enum JudgeRef {}

Implementations§

Source§

impl JudgeRef

Source

pub fn resolve(&self, base_dir: &Path) -> Result<JudgeSpec, EvalFileError>

Resolve to a concrete judge spec, reading path references relative to base_dir.