[][src]Type Definition daemon_engine::JsonCodec

type JsonCodec<Req, Resp> = JsonCodec<Req, Resp, JsonError>;

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