pub type FsReviewSession = ReviewSession<FsReviewStore>;Expand description
The production session: a review over the on-disk sidecar. Renderers name this one concrete type rather than carrying a generic parameter for a choice they never make.
Aliased Typeยง
pub struct FsReviewSession { /* private fields */ }