Function libpijul::output::output_file[][src]

pub fn output_file<T: TreeTxnT + ChannelTxnT, C: ChangeStore, V: VertexBuffer>(
    changes: &C,
    txn: &T,
    channel: &T::Channel,
    v0: Position<ChangeId>,
    out: &mut V
) -> Result<(), FileError<C::Error, T::GraphError>>