Trait gmime::StreamCatExt[][src]

pub trait StreamCatExt {
    fn add_source<P: IsA<Stream>>(&self, source: &P) -> i32;
}

Trait containing all StreamCat methods.

Implementors

StreamCat

Required Methods

Adds the source stream to the self.

source

a source stream

Returns

0 on success or %-1 on fail.

Implementors