vidi::pipelines

Type Alias StreamBorrowing

Source
pub type StreamBorrowing = Stream<Stream>;

Aliased Type§

struct StreamBorrowing { /* private fields */ }

Trait Implementations

Source§

impl<T> Debug for Stream<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T> Deref for Stream<T>

Source§

type Target = T

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl<T> DerefMut for Stream<T>

Source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.