When compiling rALK in Rust Brown to test CI capabilities (see D2992):
error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied
See P324 for full compilation error
This trait is only implemented for String in debug version. It's currently in use for deploy/init/update HTTP reuqests to read the raw request body.
References: