Type Definition psl::ListGuard [] [src]

type ListGuard<'a> = RwLockReadGuard<'a, List>;

The lock guard for the list

It derefences into an instance of publicsuffix::List.