Struct itunes_com::wrappers::VisualCollection
source · pub struct VisualCollection { /* private fields */ }Expand description
Safe wrapper over a IITVisualCollection
Implementations§
source§impl VisualCollection
impl VisualCollection
sourcepub fn ItemByName(&self, name: String) -> Result<Visual>
pub fn ItemByName(&self, name: String) -> Result<Visual>
Returns an IITVisual object with the specified name.