to_str_error_adapter

Function to_str_error_adapter 

Source
pub fn to_str_error_adapter<E>(ix_error: &InstructionError) -> Option<E>
where E: 'static + Error + TryFrom<u32>,