pub trait IntoInputSrc {
    // Required method
    fn into_input_src(self, str_index: usize) -> InputSrc;
}Expand description
A trait for types that can be converted into an InputSrc
Required Methods§
Sourcefn into_input_src(self, str_index: usize) -> InputSrc
 
fn into_input_src(self, str_index: usize) -> InputSrc
Convert into an InputSrc