IntoInputSrc

Trait IntoInputSrc 

Source
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§

Source

fn into_input_src(self, str_index: usize) -> InputSrc

Convert into an InputSrc

Implementations on Foreign Types§

Source§

impl IntoInputSrc for &Path

Source§

impl IntoInputSrc for &PathBuf

Source§

impl IntoInputSrc for ()

Source§

fn into_input_src(self, str_index: usize) -> InputSrc

Implementors§