style::properties::generated::longhands::text_shadow::computed_value

Type Alias UnderlyingList

source
pub type UnderlyingList<T> = ArcSlice<T>;

Aliased Type§

struct UnderlyingList<T>(/* private fields */);

Trait Implementations§

source§

impl From<ComputedList> for UnderlyingList<T>

source§

fn from(l: ComputedList) -> Self

Converts to this type from the input type.