pub fn classes<T: NetlinkConnection>() -> Result<Vec<Tc>, TcError>
classes returns a list of all classes on the system. It retrieves the list of links and then calls classes for each link.
classes