CheckRelationship

Trait CheckRelationship 

Source
pub trait CheckRelationship {
    // Required method
    fn with(&self, user: &str) -> RelationshipStatus;
}

Required Methods§

Source

fn with(&self, user: &str) -> RelationshipStatus

Implementations on Foreign Types§

Source§

impl CheckRelationship for Vec<Relationship>

Source§

fn with(&self, user: &str) -> RelationshipStatus

Implementors§