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.
pub type FluentLocalizerLookup<'lookup> = dyn for<'a> FnMut(StaticFluentDomain, StaticFluentEntryId, Option<&'a FluentArgs<'a>>) -> Option<String> + 'lookup;Fallible render-time lookup callback supplied by FluentLocalizer.