Skip to main content

FluentLocalizerLookup

Type Alias FluentLocalizerLookup 

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

Fallible render-time lookup callback supplied by FluentLocalizer.