Lines Matching defs:File
103 ) -> impl PinInit<File<T>, E> + 'a
118 File {
169 ) -> impl PinInit<File<T>, E> + 'a
195 ) -> impl PinInit<File<T>, E> + 'a
237 ) -> impl PinInit<File<T>, E> + 'a
254 ) -> impl PinInit<File<T>, E> + 'a
270 ) -> impl PinInit<File<T>, E> + 'a
290 ) -> impl PinInit<File<T>, E> + 'a
308 /// The file is removed when the returned [`File`] is dropped.
313 ) -> impl PinInit<File<T>, E> + 'a
325 /// The file is removed when the returned [`File`] is dropped.
330 ) -> impl PinInit<File<T>, E> + 'a
346 ) -> impl PinInit<File<T>, E> + 'a
407 /// This is internally used to back [`File`], and used in the API to represent the attachment
428 pub struct File<T> {
509 impl<T> Deref for File<T> {