Module borsh::de

source ·

Modules

  • Module is available if borsh is built with features = ["std"] or features = ["hashbrown"].
  • Module is available if borsh is built with features = ["rc"].

Traits

  • A data-structure that can be de-serialized from binary format by NBOR.
  • Additional methods offered on enums which is used by [derive(BorshDeserialize)].

Functions