pub trait Pipelined {
    type Pipeline;
}

Required Associated Types

Implementors