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