Trait gstreamer::prelude::Displayable[][src]

pub trait Displayable {
    type DisplayImpl: Display;
    fn display(self) -> Self::DisplayImpl;
}
Expand description

Trait that allows accessing Display implementation on types external to this crate.

Associated Types

Required methods

Implementations on Foreign Types

Implementors