FromLua
#[derive(FromLua)]
FromLua<T> where T: 'static + Clone
Future macro implementations will allow making T from Lua tables/other values. Relates to #291.