WIP: Start converting SelectionSet to use AnchorRangeMap
This commit is contained in:
parent
3ae5ba09fd
commit
6ba4af3e26
5 changed files with 97 additions and 67 deletions
|
@ -86,6 +86,12 @@ impl<'a> From<&'a Global> for Vec<rpc::proto::VectorClockEntry> {
|
|||
}
|
||||
}
|
||||
|
||||
impl From<Global> for Vec<rpc::proto::VectorClockEntry> {
|
||||
fn from(version: Global) -> Self {
|
||||
(&version).into()
|
||||
}
|
||||
}
|
||||
|
||||
impl Global {
|
||||
pub fn new() -> Self {
|
||||
Self::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue