Trait rubber_duck::Call

source ·
pub trait Call<Args, Res> {
    fn apply(&self, args: Args) -> Res;
}

Required Methods§

Implementors§