| Crates.io | after-drop |
| lib.rs | after-drop |
| version | 1.0.1 |
| created_at | 2023-08-25 05:36:29.973733+00 |
| updated_at | 2023-12-09 09:05:55.660078+00 |
| description | Will act like defer in go or jai, but you can store it and move it |
| homepage | |
| repository | https://github.com/konkitoman/after-drop |
| max_upload_size | |
| id | 954336 |
| size | 3,590 |
AfterDropBoxed is normaly used to store it in a struct,
Can be used for other crates to do something when a thing is droped!
This is usefull for example if you want to do someting at the end of the function!
If you have a lot of branches in function,
with more returns will be really difficult to do this,
not really but you will need to call that function every time return!
But when using ? rust operator that will return without you knowing, this is really usefull!