Struct anterofit::serialize::none::NoSerializer [] [src]

pub struct NoSerializer;

A no-op serializer which returns an error when attempting to use it.

Trait Implementations

impl Serializer for NoSerializer
[src]

Serialize T to write, returning any errors.

Return the MIME type of the serialized content, if applicable. Read more