relation

Function relation 

Source
pub async fn relation<F, T>(
    from: F,
    to: T,
    token: &Token,
) -> Result<Response<Relationship>>
where F: Into<UserID>, T: Into<UserID>,
Expand description

Lookup relationship settings between two arbitrary users.