Comment docs fix
This commit is contained in:
@@ -417,7 +417,7 @@ pub trait IntoCrdtNode<T>: Sized {
|
|||||||
fn into_node(self, id: AuthorId, path: Vec<PathSegment>) -> Result<T, String>;
|
fn into_node(self, id: AuthorId, path: Vec<PathSegment>) -> Result<T, String>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// [`CrdtNodeFromValue`] implies [`IntoCRDTNode<T>`]
|
/// [`CrdtNodeFromValue`] implies [`IntoCrdtNode<T>`]
|
||||||
impl<T> IntoCrdtNode<T> for JsonValue
|
impl<T> IntoCrdtNode<T> for JsonValue
|
||||||
where
|
where
|
||||||
T: CrdtNodeFromValue,
|
T: CrdtNodeFromValue,
|
||||||
|
|||||||
Reference in New Issue
Block a user