We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dd1c8 commit 67850d3Copy full SHA for 67850d3
src/lib.rs
@@ -75,7 +75,7 @@ pub type ContainerOf<T> = <T as Columnar>::Container;
75
76
/// For a lifetime, the reference type of columnar type `T`.
77
///
78
-/// Equivalent to `<ContainerOf<T> as ReadContainer>::Ref<'a>`.
+/// Equivalent to `<ContainerOf<T> as Borrow>::Ref<'a>`.
79
pub type Ref<'a, T> = <ContainerOf<T> as Borrow>::Ref<'a>;
80
81
/// A type that can be borrowed into a preferred reference type.
0 commit comments