Searched refs:ReadFile (Results 1 – 2 of 2) sorted by relevance
127 pub(crate) trait ReadFile<T> { interface131 impl<T: Writer + Sync> ReadFile<T> for T {
52 ReadFile,173 let file_ops = &<T as ReadFile<_>>::FILE_OPS; in read_only_file()587 let vtable = <FormatAdapter<T, F> as ReadFile<_>>::FILE_OPS.adapt(); in read_callback_file()