naga
26.0.0
StrUnstable
Required Methods
floor_char_boundary
Implementations on Foreign Types
str
Implementors
In naga::
back::
spv::
helpers
naga
::
back
::
spv
::
helpers
Trait
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
§