Trait df_traits::moderation::IsPostBlocked[][src]

pub trait IsPostBlocked<PostId> {
    fn is_blocked_post(post_id: PostId, scope: SpaceId) -> bool;
fn is_allowed_post(post_id: PostId, scope: SpaceId) -> bool; }

Required methods

fn is_blocked_post(post_id: PostId, scope: SpaceId) -> bool[src]

fn is_allowed_post(post_id: PostId, scope: SpaceId) -> bool[src]

Loading content...

Implementations on Foreign Types

impl<PostId> IsPostBlocked<PostId> for ()[src]

Loading content...

Implementors

Loading content...