Type Definition OwnedSurface
skia_safe
type OwnedSurface<'a> = Borrows<'a, Surface>;
use Borrows<'a, Surface>