Struct arc_reactor::contrib::BodyParser[][src]

pub struct BodyParser;

Json Body Parser.

Trait Implementations

impl Clone for BodyParser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BodyParser
[src]

Formats the value using the given formatter. Read more

impl MiddleWare<Request> for BodyParser
[src]

Auto Trait Implementations

impl Send for BodyParser

impl Sync for BodyParser