pub trait ControllerSpecificErrorInformation {
    // Required method
    fn get_ctrl_err(&self) -> Option<&[u8]>;
}
Expand description

Get the controller specific error information.

Required Methods§

source

fn get_ctrl_err(&self) -> Option<&[u8]>

Get the controller specific error information.

Implementors§