Skip to main content

FluentLocalizerLookup

Type Alias FluentLocalizerLookup 

Source
pub type FluentLocalizerLookup<'lookup> = dyn for<'a> FnMut(StaticFluentMessageKey, Option<&'a FluentArgs<'a>>) -> Option<String> + 'lookup;
Expand description

Fallible render-time lookup callback supplied by super::FluentLocalizer.