We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
output_intents
1 parent 45244af commit 07389e6Copy full SHA for 07389e6
1 file changed
src/structure.rs
@@ -133,7 +133,7 @@ impl<'a> Catalog<'a> {
133
///
134
/// Each entry in the array is an [output intent
135
/// dictionary.](writers::OutputIntent)
136
- pub fn output_intents(&mut self) -> TypedArray<'_, Dict> {
+ pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> {
137
self.insert(Name(b"OutputIntents")).array().typed()
138
}
139
0 commit comments