pub fn serialize<A: SerdeAmount, S: Serializer>(
a: &A,
s: S,
) -> Result<S::Ok, S::Error>
Available on crate features
serde
and alloc
only.pub fn serialize<A: SerdeAmount, S: Serializer>(
a: &A,
s: S,
) -> Result<S::Ok, S::Error>
serde
and alloc
only.