Function egg_mode::user::relation_lookup [] [src]

pub fn relation_lookup<'a, T, I>(
    accts: I,
    token: &Token,
    handle: &Handle
) -> FutureResponse<Vec<RelationLookup>> where
    T: Into<UserID<'a>>,
    I: IntoIterator<Item = T>, 

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