Type Definition rofl::SharingLoader [] [src]

type SharingLoader<T, E> = Loader<Item = Arc<T>, Err = E>;

Type of a loader that doles out shared references to the resources.