pub trait StartsWithAlphaNum {
// Required method
fn starts_with_alpha_num(&self) -> bool;
}
Expand description
Leftmost recursion
pub trait StartsWithAlphaNum {
// Required method
fn starts_with_alpha_num(&self) -> bool;
}
Leftmost recursion