Trait acme_core::ops::IntoOp

source ·
pub trait IntoOp {
    // Required method
    fn into_op(self) -> Op;
}

Required Methods§

source

fn into_op(self) -> Op

Implementors§

source§

impl<S> IntoOp for S
where S: Into<Op>,