Trait acme_core::ops::ApplyTo

source ·
pub trait ApplyTo<T> {
    type Output;

    // Required method
    fn apply_to(&self, other: T) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn apply_to(&self, other: T) -> Self::Output

Implementors§