Function write_to_target

Source
pub fn write_to_target(
    target: &mut BackdoorTarget<'_>,
    target_id: &str,
    data: Vec<Section>,
    verify: bool,
) -> Result<()>