pub trait IntoCursor {
type Cursor: Cursor;
// Required method
fn into_cursor(self) -> Self::Cursor;
}Expand description
Regex and regex-cursor related code
pub trait IntoCursor {
type Cursor: Cursor;
// Required method
fn into_cursor(self) -> Self::Cursor;
}Regex and regex-cursor related code