WIP
This commit is contained in:
parent
0b1c27956b
commit
4efdc53d9f
6 changed files with 68 additions and 9 deletions
|
@ -65,9 +65,9 @@ pub struct MultiBufferSnapshot {
|
|||
}
|
||||
|
||||
pub struct ExcerptProperties<'a, T> {
|
||||
buffer: &'a ModelHandle<Buffer>,
|
||||
range: Range<T>,
|
||||
header_height: u8,
|
||||
pub buffer: &'a ModelHandle<Buffer>,
|
||||
pub range: Range<T>,
|
||||
pub header_height: u8,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue