`Box::new(result) as Box<dyn Future<Item = V...
# development
a
Box::new(result) as Box<dyn Future<Item = Value, Error = Failure> + Send>
is giving the same error