About
Contact
QtCreator
KDevelop
Solarized
1
pub
trait
CanInto
<T>:
Sized
{
2
const
QUERY:
bool
=
false
;
3
}
4
5
impl
<T>
CanInto
<T>
for
T
where
T:
Clone
{}
6