Skip to main content

insert_rekeyed_book

Function insert_rekeyed_book 

Source
async fn insert_rekeyed_book(
    tx: &mut Transaction<'_, Sqlite>,
    old_fp: &str,
    new_fp: &str,
) -> Result<(), Error>