Trait rustpython_ast::text_size::TextLen
pub trait TextLen: Copy + Sealed {
// Required method
fn text_len(self) -> TextSize;
}Expand description
Primitives with a textual length that can be passed to TextSize::of.
pub trait TextLen: Copy + Sealed {
// Required method
fn text_len(self) -> TextSize;
}Primitives with a textual length that can be passed to TextSize::of.