pub trait StreamableContentExt: 'static {
    fn mime_type(&self, i: i32) -> Option<GString>;
fn n_mime_types(&self) -> i32;
fn uri(&self, mime_type: &str) -> Option<GString>; }

Required methods

Implementors