naga
23.0.0
StrUnstable
Required Methods
floor_char_boundary
Implementations on Foreign Types
str
Implementors
In naga::back::spv::helpers
Trait
naga
::
back
::
spv
::
helpers
::
StrUnstable
Copy item path
source
·
[
−
]
trait StrUnstable { // Required method fn
floor_char_boundary
(&self, index:
usize
) ->
usize
; }
Required Methods
§
source
fn
floor_char_boundary
(&self, index:
usize
) ->
usize
Implementations on Foreign Types
§
source
§
impl
StrUnstable
for
str
source
§
fn
floor_char_boundary
(&self, index:
usize
) ->
usize
Implementors
§