1 2 3 4 5 6 7 8 9
use crate::{ PrivateMarker, obj::Object }; pub struct MTLFunction(PrivateMarker); impl Object for MTLFunction {} unsafe impl objc::Message for MTLFunction {}