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