Modules§
- Module is available if borsh is built with
features = ["std"]
orfeatures = ["hashbrown"]
.
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§
- Deserializes an object from a reader.
- Deserializes an object from a slice of bytes.