Skip to main content

append_rejection_message

Function append_rejection_message 

Source
fn append_rejection_message(
    message: &mut Option<String>,
    reason: impl FnOnce() -> String,
)