pub unsafe trait ARSessionProviding: NSObjectProtocol {
// Provided method
unsafe fn session(&self) -> Retained<ARSession>
where Self: Sized + Message { ... }
}Available on crate features
ARSession and objc2 only.Expand description
A data source for an ARSession
See also Apple’s documentation