[][src]Trait ufcs::Pipe

pub trait Pipe: Sized {
    fn pipe<R, F: FnOnce(Self) -> R>(self, f: F) -> R { ... }
}

Provided methods

fn pipe<R, F: FnOnce(Self) -> R>(self, f: F) -> R

Loading content...

Implementors

impl<T> Pipe for T[src]

Loading content...