template< class T> struct is_rule<T, void_t<>> : is_nothrow_copy_constructible<T>;
Declared in file <boost/url/grammar/type_traits.hpp> at line 54