[−][src]Function egg_mode::user::relation_lookup
pub fn relation_lookup<'a, T: 'a>(
accts: &'a [T],
con_token: &Token,
access_token: &Token
) -> WebResponse<Vec<RelationLookup>> where
&'a T: Into<UserID<'a>>,
Lookup the relations between the authenticated user and the given accounts.