Trait rustc_metadata::rmeta::LazyMeta [−][src]
Expand description
Additional metadata for a Lazy<T>
where T
may not be Sized
,
e.g. for Lazy<[T]>
, this is the length (count of T
values).
Additional metadata for a Lazy<T>
where T
may not be Sized
,
e.g. for Lazy<[T]>
, this is the length (count of T
values).