Expand description
Subset of std::io
which is used as part of borsh public API.
When crate is built with std
feature disabled (it’s enabled by default),
the exported types are custom borsh types which try to mimic behaviour of
corresponding standard types usually offering subset of features.
Structs§
Enums§
- A list specifying general categories of I/O error.
Traits§
- The
Read
trait allows for reading bytes from a source. - A trait for objects which are byte-oriented sinks.
Type Aliases§
- A specialized
Result
type for I/O operations.