Trait revolt_models::v0::CheckRelationship
source · pub trait CheckRelationship {
// Required method
fn with(&self, user: &str) -> RelationshipStatus;
}pub trait CheckRelationship {
// Required method
fn with(&self, user: &str) -> RelationshipStatus;
}