Skip to content

Commit d24eb4b

Browse files
committed
rust: move all file operation callbacks into FileOperationsVtable
This is a pure refactor with no functional change intended. Since the callbacks are only used to build the table, they logically belong together; it also obviates the need to repeat the generic parameter and bound `T: FileOperations` in all callbacks. Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com>
1 parent cd969b5 commit d24eb4b

1 file changed

Lines changed: 242 additions & 221 deletions

File tree

0 commit comments

Comments
 (0)