1 2 3 4 5 6 7 8 9
//! ## FileTransferActivity //! //! `filetransfer_activity` is the module which implements the Filetransfer activity, which is the main activity afterall mod connection; mod navigation; mod transfer; pub(super) use transfer::TransferPayload;