We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Blob::from_raw_parts
1 parent 75411dd commit fde077dCopy full SHA for fde077d
src/blob.rs
@@ -99,9 +99,6 @@ impl<T> Blob<T> {
99
/// Note that while this function is not unsafe, usage of this in combination
100
/// with `new` (or with identifiers that are not uniquely associated with the given data)
101
/// can lead to inconsistencies.
102
- ///
103
- /// This is primarily for libraries that wish to interop with vello but are
104
- /// unable to depend on our resource types.
105
pub fn from_raw_parts(data: Arc<dyn AsRef<[T]> + Send + Sync>, id: u64) -> Self {
106
Self { data, id }
107
}
0 commit comments