improve File trait naming & docs

This commit is contained in:
Christian Schwarz
2024-08-22 15:47:21 +00:00
parent edb0ebcd10
commit 2d066838c1

View File

@@ -11,7 +11,7 @@ use crate::{
context::RequestContext,
};
/// The file interface we require. At runtime, this is a [`crate::virtual_file::VirtualFile`].
/// The file interface we require. At runtime, this is a [`crate::tenant::ephemeral_file::EphemeralFile`].
pub trait File: Send {
async fn read_at_to_end<'a, 'b, B: IoBufMut + Send>(
&'b self,