assert_with_msg

Function assert_with_msg 

Source
pub fn assert_with_msg(
    v: bool,
    err: impl Into<ProgramError>,
    msg: &str,
) -> ProgramResult