Trait Everything

Source
pub trait Everything { }
Expand description

A trait that all values implement.

Used as a base case in macro expansions that take optional trait bound arguments.

Implementors§

Source§

impl<T: ?Sized> Everything for T