Expand description
JAM types used within the PVM instances (service code and authorizer code).
Re-exports§
pub use fixed_vec::FixedVec;pub use vec_set::is_disjoint;pub use vec_set::is_strict_ordered;pub use vec_set::SetLike;pub use vec_set::VecSet;pub use vec_map::VecMap;pub use utils::TakeWhen;pub use simple_result_code::SimpleResult;pub use simple_result_code::SimpleResultCode;pub use simple_result_code::LOWEST_ERROR;pub use simple::*;pub use types::*;pub use program_blob::*;
Modules§
Macros§
Structs§
- A bounded vector.
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Traits§
- Trait that allows zero-copy read of value-references from slices in LE format.
- Trait that allows zero-copy write of value-references to slices in LE format.
- Items implementing
MaxEncodedLenhave a statically known maximum encoded size.
Derive Macros§
- Derive
parity_scale_codec::Decodefor struct and enum. - Derive
parity_scale_codec::Encodeandparity_scale_codec::EncodeLikefor struct and enum. - Derive
parity_scale_codec::MaxEncodedLenfor struct and enum.