gstreamer: Add #[must_use] annotation to PadTemplateBuilder

This commit is contained in:
Sebastian Dröge 2022-05-08 11:41:54 +03:00
parent c1d3ed5eac
commit 45e16f7753

View file

@ -101,6 +101,7 @@ impl PadTemplate {
}
}
#[must_use = "The builder must be built to be used"]
#[derive(Debug)]
pub struct PadTemplateBuilder<'a> {
name_template: &'a str,