Apply Ocamlvalue derive to oxidized aast related types
[hiphop-php.git] / hphp / hack / src / oxidized / stubs / opaque_digest.rs
blob2b7ac07d6d31eb1221f59c5da1208ff0b60e79ab
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.
6 use ocamlrep_derive::IntoOcamlRep;
7 use ocamlvalue_macro::Ocamlvalue;
9 #[derive(Clone, Debug, IntoOcamlRep, Ocamlvalue)]
10 pub struct OpaqueDigest(());