[][src]Trait lazy_pipe::PipeUnwrap

pub trait PipeUnwrap {
type Value;
    fn unwrap(self) -> Self::Value;
}

Associated Types

type Value

Loading content...

Required methods

fn unwrap(self) -> Self::Value

Loading content...

Implementors

impl<'a, Value: 'a> PipeUnwrap for PipeBox<'a, Value>[src]

type Value = Value

Loading content...