logo
pub trait Piece {
    fn render(self, res: &mut Response);
}
Expand description

Piece is used to write data to response.

Required Methods

Render data to Respone.

Implementations on Foreign Types

Implementors