[][src]Trait salvo::Content

pub trait Content {
    fn apply(self, resp: &mut Response);
}

Required methods

fn apply(self, resp: &mut Response)

Loading content...

Implementors

Loading content...