pub(crate) type OutputSession<'a, 'b, CB> = Session<'a, 'b, Timestamp, CB, InputCapability<Timestamp>>;Expand description
A pusher for containers C.
An output session for the specified container builder.
Aliased Typeยง
pub(crate) struct OutputSession<'a, 'b, CB> { /* private fields */ }