Running into lifetime issues.

This commit is contained in:
Tom Alexander
2020-05-10 14:53:12 -04:00
parent c8cf6a78a0
commit 7e0e776486
3 changed files with 16 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ pub enum RenderError {
TemplateNotFound(String),
}
#[derive(PartialEq)]
pub enum WalkError {
CantWalk,
}