Type Definition swift_rs::SRObjectArray

source ·
pub type SRObjectArray<T> = SRObject<SRArray<SRObject<T>>>;
Expand description

Wrapper of SRArray exclusively for arrays of objects. Equivalent to SRObjectArray in Swift.