@hypertown@lemmy.world to Programmer Humor@lemmy.ml • 2 years agoI like Python deflemmy.worldimagemessage-square64fedilinkarrow-up1545arrow-down142
arrow-up1503arrow-down1imageI like Python deflemmy.world@hypertown@lemmy.world to Programmer Humor@lemmy.ml • 2 years agomessage-square64fedilink
minus-square@MultipleAnimals@sopuli.xyzlinkfedilink15•edit-22 years agopub async fn foo() -> Pin>>>>> oh fuck commonmark cant display the syntax :( well anyone who has done async rust can imagine
minus-square@AVincentInSpace@pawb.sociallinkfedilink0•edit-22 years agoPin<Box<dyn Future<Output=Result<AsyncResponseThatYouWillHaveToAwaitAgain<ActualResultType>, InscrutableErrorTypeThatDoesntImplementDisplay>> + Send + Sync + 'static + 20MillionMoreAutoTraits>>
pub async fn foo() -> Pin>>>>>
oh fuck commonmark cant display the syntax :( well anyone who has done async rust can imagine
p a f fn(){}
Pin<Box<dyn Future<Output=Result<AsyncResponseThatYouWillHaveToAwaitAgain<ActualResultType>, InscrutableErrorTypeThatDoesntImplementDisplay>> + Send + Sync + 'static + 20MillionMoreAutoTraits>>
Exactly, now we are talking