risingwave_pb::ddl_service

Type Alias PbCommentOnRequest

source
pub type PbCommentOnRequest = CommentOnRequest;
Expand description

Alias for CommentOnRequest.

Aliased Type§

struct PbCommentOnRequest {
    pub comment: Option<Comment>,
}

Fields§

§comment: Option<Comment>