mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-31 14:43:20 +02:00
retrieval simplfied
This commit is contained in:
@@ -4,6 +4,7 @@ pub use minijinja_contrib;
|
||||
pub use minijinja_embed;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[allow(clippy::module_name_repetitions)]
|
||||
pub trait ProvidesTemplateEngine {
|
||||
fn template_engine(&self) -> &Arc<TemplateEngine>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user