Function egg_mode::user::relation_lookup

source ·
pub async fn relation_lookup<T, I>(
    accts: I,
    token: &Token
) -> Result<Response<Vec<RelationLookup>>>where
    T: Into<UserID>,
    I: IntoIterator<Item = T>,
Expand description

Lookup the relations between the authenticated user and the given accounts.