Modules§
Structs§
- Loaded
Templates - Params
- Prepared
Template - Template
Accessible Method - A method that can be accessed (called) by templates. There is no dynamic dispatch for methods: the name of the method is the only thing that determines which one to call, not the type of the self-parameter.
Enums§
Traits§
- Localisation
System - A localisation system.
If unused, can use
NoLocalisation
. Default suggestion would be theFluentLocalisationSystem
included in this crate. - Output
System - A way of outputting the text.
Functions§
- default_
template_ accessible_ methods - Return a map of the default suggested template-accessible methods.