[][src]Trait capnp::capability::FromTypelessPipeline

pub trait FromTypelessPipeline {
    fn new(typeless: Pipeline) -> Self;
}

Required methods

fn new(typeless: Pipeline) -> Self

Loading content...

Implementors

impl FromTypelessPipeline for Pipeline[src]

Loading content...