pub trait Reduce: Dance {
// Required methods
fn get_color(&mut self, n: Uint) -> Int;
fn get_opt_data(
&self,
i: Uint,
c: Int,
) -> <<Self as Dance>::O as Opts>::Data;
}pub trait Reduce: Dance {
// Required methods
fn get_color(&mut self, n: Uint) -> Int;
fn get_opt_data(
&self,
i: Uint,
c: Int,
) -> <<Self as Dance>::O as Opts>::Data;
}