Function feroxbuster::utils::write_to[][src]

pub fn write_to<T>(
    value: &T,
    file: &mut BufWriter<File>,
    convert_to_json: bool
) -> Result<()> where
    T: FeroxSerialize, 

Given a string and a reference to a locked buffered file, write the contents and flush the buffer to disk.