pub trait WithReview {
    fn review(&self) -> &Review;
}

Required Methods

Implementors