Module cobalt_client::traits

source ·
Expand description

Traits for use with the rust client library for cobalt.

Traits§

  • AsEventCode is any type that can be converted into a u32 for the purposes of reporting to cobalt.
  • AsEventCodes is any type that can be converted into a Vec<u32> for the purposes of reporting to cobalt.