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

Required Methods

Implementors