Type Definition DataTable
skia_safe
type DataTable = RCHandle<SkDataTable>;
impl Send for DataTable
impl Index<usize> for DataTable
type Output = [u8]
The returned type after indexing.
fn index(&self, index: usize) -> &Self::Output
Performs the indexing (container[index]) operation.
container[index]