This week's #Rust type of the day is `Result<Option<Result<Bytes>>>`
@jonny Honestly the code is pretty yucky RN since I'm in "meet the deadlines" mode
https://github.com/RangerMauve/veilid-iroh-blobs/blob/default/src/iroh.rs#L168
@mauve
Oh this is a very familiar pattern :). Dang I need to read more live rust instead of book rust because that just makes sense
@jonny I've mostly been reading the source code of @VeilidNetwork and @n0iroh and filling in my gaps on syntax as I go. The error messages in rustc have been pretty handy (except when they're not :P )
@mauve i wanna see this, i am still fumbling around in the baby end of the rust swimming pool where im' not doing anything fancier than pure functions to wrap with pyO3