[][src]Struct oration::PostComments

struct PostComments {
    comments: Vec<NestedComment>,
}

Comments to frontend

Fields

A nested set of comments.

Auto Trait Implementations

impl Send for PostComments

impl Sync for PostComments