Trait tea_codec::serde::handle::HandleList
source · pub trait HandleList<H, Cx> {
// Required method
async fn handle(
handler: H,
req: &[u8],
cx: Cx
) -> Result<Result<Vec<u8>, Error>, (H, Cx)>;
}