rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Add ergonomic return functions for Status #116

Closed khionu closed 4 years ago

khionu commented 4 years ago

Adds Functions that create shorthand from the obtuse (state, Status::X) to Status::x(state)