Type Definition simple_server::ResponseResult[][src]

type ResponseResult = Result<Response<Vec<u8>>, Error>;