pub type IdSet = SpanSet;Aliased Type§
struct IdSet { /* private fields */ }Trait Implementations§
Source§impl<'a> From<(LegacyCodeNeedIdAccess, &'a IdStaticSet)> for IdSet
impl<'a> From<(LegacyCodeNeedIdAccess, &'a IdStaticSet)> for IdSet
Source§fn from(value: (LegacyCodeNeedIdAccess, &'a IdStaticSet)) -> IdSet
fn from(value: (LegacyCodeNeedIdAccess, &'a IdStaticSet)) -> IdSet
Converts to this type from the input type.