Merge oxidize scripts
[hiphop-php.git] / hphp / hack / src / oxidized / aast_visitor / type_params.rs
blob911c581123435ee4aabd478c4eb291a304281bbb
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 //
3 // This source code is licensed under the MIT license found in the
4 // LICENSE file in the "hack" directory of this source tree.
5 //
6 // @generated SignedSource<<ebcdca887febeef559b7f367229e3dd4>>
7 //
8 // To regenerate this file, run:
9 //   hphp/hack/src/oxidize_regen.sh
11 pub trait Params {
12     type Context;
13     type Error;
14     type Ex;
15     type Fb;
16     type En;
17     type Hi;