Skip to main content

signatures_from_key

Function signatures_from_key 

Source
fn signatures_from_key(
    sender_user: &UserId,
    key_id: &str,
    key: &RawValue,
) -> impl Iterator<Item = (String, String)> + Send + 'static