router: parsing: docs: fix Records::from link
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
1b5e8ee0dd
commit
10b15fb2ad
@ -19,7 +19,7 @@ where
|
||||
|
||||
impl<R: Send + Sync> Records<R> {
|
||||
/// Create a *new buffered reader* for to cerate a record stream from an [`AsyncRead`].
|
||||
/// Note: If the underlying type already implements [`AsyncBufRead`], use [`Records::::from`]
|
||||
/// Note: If the underlying type already implements [`AsyncBufRead`], use [`Records::from`]
|
||||
/// isntead!
|
||||
pub fn new<T>(reader: T) -> Records<BufReader<T>>
|
||||
where
|
||||
|
Loading…
x
Reference in New Issue
Block a user