1 2 3 4 5 6 7
use super::Column; impl AsRef<Column> for Column { fn as_ref(&self) -> &Column { self } }