Trait IntoOp

Source
pub trait IntoOp<F>
where F: Operator,
{ // Required method fn into_op(self) -> F; }

Required Methods§

Source

fn into_op(self) -> F

Implementors§

Source§

impl<S, F> IntoOp<F> for S
where F: Operator, S: Into<F>,