pub fn serialize<S: Serializer>(
r: &ImageReference,
s: S,
) -> Result<S::Ok, S::Error>Expand description
§Errors
Returns the serializer’s error if writing the string form fails.
pub fn serialize<S: Serializer>(
r: &ImageReference,
s: S,
) -> Result<S::Ok, S::Error>Returns the serializer’s error if writing the string form fails.