pub trait CVoidResponse {
    // Required method
    fn response(self, error: &mut ManuallyDrop<CError>) -> bool;
}

Required Methods§

source

fn response(self, error: &mut ManuallyDrop<CError>) -> bool

Implementations on Foreign Types§

source§

impl CVoidResponse for Result<(), CError>

source§

fn response(self, error: &mut ManuallyDrop<CError>) -> bool

Implementors§