Trait IntoStatementRange

Source
pub trait IntoStatementRange {
    // Required method
    fn into_statement_range(self, func: &Function) -> Range<usize>;
}
Expand description

Convertable into a range of statements.

Required Methods§

Source

fn into_statement_range(self, func: &Function) -> Range<usize>

Converts Self into a range of statements for function func.

Implementations on Foreign Types§

Source§

impl IntoStatementRange for Range<usize>

Source§

impl IntoStatementRange for RangeFull

Implementors§