[][src]Trait fluent_fallback::generator::BundleGenerator

pub trait BundleGenerator {
    type Resource: Borrow<FluentResource>;
    type Iter: Iterator<Item = FluentBundleResult<Self::Resource>>;
    type Stream: Stream<Item = FluentBundleResult<Self::Resource>>;
    pub fn bundles_iter(&self, res_ids: Vec<String>) -> Self::Iter;
pub fn bundles_stream(&self, res_ids: Vec<String>) -> Self::Stream; }

Associated Types

Loading content...

Required methods

pub fn bundles_iter(&self, res_ids: Vec<String>) -> Self::Iter[src]

pub fn bundles_stream(&self, res_ids: Vec<String>) -> Self::Stream[src]

Loading content...

Implementors

Loading content...