Skip to main content

ContentResolverRef

Type Alias ContentResolverRef 

Source
pub type ContentResolverRef = Rc<dyn ContentResolver>;
Expand description

Shared handle to a ContentResolver.

Aliased Typeยง

pub struct ContentResolverRef { /* private fields */ }