ExScylla.Types.BatchResult (ex_scylla v0.1.0)

Wrapper around rust module See rust documentation for more usage details: https://docs.rs/scylla/0.4.7/scylla/struct.BatchResult.html

Link to this section Summary

Link to this section Types

@type opaque() :: any()
@type t() :: %ExScylla.Types.BatchResult{
  tracing_id: binary() | nil,
  warnings: [String.t()]
}