Type Alias PbCommentOnRequest

Source
pub type PbCommentOnRequest = CommentOnRequest;

Aliased Type§

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

Fields§

§comment: Option<Comment>