1 2 3 4 5
use super::{Response, ResponseParts}; pub trait ToResponseParts { fn to_response_parts(self, res: &mut ResponseParts) -> Result<(), Response>; }