Trait gstreamer::format::OtherFormatConstructor
source · pub trait OtherFormatConstructor {
// Required method
fn other_format(self) -> Other;
}
Expand description
Other
formatted value constructor trait.
Required Methods§
sourcefn other_format(self) -> Other
fn other_format(self) -> Other
Builds an Other
formatted value from self
.