type Resource: Borrow<FluentResource>[src]type Iter: Iterator<Item = FluentBundleResult<Self::Resource>>[src]type Stream: Stream<Item = FluentBundleResult<Self::Resource>>[src]pub fn bundles_iter(&self, res_ids: Vec<String>) -> Self::Iter[src]pub fn bundles_stream(&self, res_ids: Vec<String>) -> Self::Stream[src]