We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894467f commit 897b094Copy full SHA for 897b094
src/file/source/mod.rs
@@ -6,7 +6,7 @@ use std::fmt::Debug;
6
7
use crate::{file::FileStoredFormat, Format};
8
9
-/// Describes where the file is sourced
+/// Describes where the [`File`][super::File] is sourced
10
pub trait FileSource<T>: Debug + Clone
11
where
12
T: Format + FileStoredFormat,
0 commit comments