Trait gio::prelude::PollableOutputStreamExtManual [−][src]
pub trait PollableOutputStreamExtManual { fn create_source<'a, 'b, N: Into<Option<&'b str>>, P: Into<Option<&'a Cancellable>>, F>(
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source
where
F: FnMut(&Self) -> Continue + 'static; }
Required Methods
fn create_source<'a, 'b, N: Into<Option<&'b str>>, P: Into<Option<&'a Cancellable>>, F>(
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
Implementors
impl<O: IsA<PollableOutputStream> + Clone + 'static> PollableOutputStreamExtManual for O