1 2 3 4 5 6 7 8 9 10
use super::super::annotations::*; use kutil::std::{collections::*, immutable::*}; // // StructAnnotations // /// Struct [Annotations]. pub type StructAnnotations = FastHashMap<ByteString, Annotations>;