pub trait Strategy {
    type Strategy;
}

Required Associated Types

Implementations on Foreign Types

Implementors