pub(crate) trait EndsWithRet {
    fn ends_with_ret(&self) -> bool;
}

Required Methods

Returns true if the statement ends with return, break, continue;

Implementations on Foreign Types

Returns true if the statement ends with return, break, continue;

Returns true if the statement ends with return, break, continue;

Returns true if the statement ends with return, break, continue;

Implementors