NSStringSRDeletionRecord

Trait NSStringSRDeletionRecord 

Source
pub unsafe trait NSStringSRDeletionRecord:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn sr_sensorForDeletionRecordsFromSensor(
        &self,
    ) -> Option<Retained<SRSensor>> { ... }
}
Expand description

Category “SRDeletionRecord” on NSString.

Provided Methods§

Source

unsafe fn sr_sensorForDeletionRecordsFromSensor( &self, ) -> Option<Retained<SRSensor>>

Returns a sensor stream that contains deletion records of the sensor

This sensor stream should only be used for fetching. All other operations will be ignored. Deletion records share the recording and authorization state with their parent sensor.

Returns: May return nil if there is no deletion record available for this sensor

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSStringSRDeletionRecord for NSString

Implementors§