pub trait JsStringSliceIndex {
// Required method
fn get(self, str: &JsString) -> Option<JsString>;
}Expand description
Similar to std::ops::RangeBounds but custom implemented for getting direct indices.
pub trait JsStringSliceIndex {
// Required method
fn get(self, str: &JsString) -> Option<JsString>;
}Similar to std::ops::RangeBounds but custom implemented for getting direct indices.