1xX69
Results
22
comments of
1xX69
P.s. It can be solved like this I guess (with unsafe code under the hood that transfers the ownership from other self-referential structs or the built-in types like String): ```...
Using `impl IntoResponse` causes problems when reusing handlers: ```rust // Conceals the Notification type pub async fn create_notification(...) -> impl IntoResponse { ... } // Problem: Must convert twice to...