Function serai_primitives::borsh_serialize_bounded_vec
source ยท pub fn borsh_serialize_bounded_vec<W: Write, T: BorshSerialize, const B: u32>(
bounded: &BoundedVec<T, ConstU32<B>>,
writer: &mut W,
) -> Result<(), Error>
Available on crate feature
borsh
only.