pub trait CCopyResponse<T: Copy, R> {
// Required method
fn response(self, value: &mut T, error: &mut ManuallyDrop<CError>) -> R;
}
pub trait CCopyResponse<T: Copy, R> {
// Required method
fn response(self, value: &mut T, error: &mut ManuallyDrop<CError>) -> R;
}