[][src]Function sonnerie::formatted::add_from_stream

pub fn add_from_stream<R: BufRead>(
    tx: &mut CreateTx,
    db: &DatabaseReader,
    format: &str,
    input: &mut R,
    timestamp_format: Option<&str>,
    nocheck: bool
) -> Result<(), WriteFailure>