Type Alias DiffHunkContentVec

Source
pub type DiffHunkContentVec<'input> = SmallVec<[&'input BStr; 2]>;

Aliased Typeยง

pub struct DiffHunkContentVec<'input> { /* private fields */ }