Function texcraft_stdext::serde_tools::array::serialize

source ยท
pub fn serialize<T, S, const N: usize>(
    input: &[T; N],
    serializer: S,
) -> Result<S::Ok, S::Error>
where T: Serialize, S: Serializer,
Expand description

Function that serializes fixed size arrays