pub struct SegmentUnknown<S: ExtendVec = Vec<u8>> { pub source: S, }
A segment with unknown contents. This will transmit the data.
source: S
The data source to fill the unknown with.
Create a new SegmentUnknown from source. The methods on ExtendVec is then used to fill the target.
SegmentUnknown
source
ExtendVec