Type Definition daemon_engine::JsonCodec

source ·
pub type JsonCodec<REQ, RESP> = JsonCodec<REQ, RESP, JsonError>;
Expand description

JsonCodec re-exports the JSON codec for convenience This is an alias of JsonCodec with default JsonError, use codecs::json::JsonCodec to specify error type manually