Struct sub_solver::loading::Loading
source · pub struct Loading { /* private fields */ }Implementations§
source§impl Loading
impl Loading
sourcepub fn success<T: ToString>(&self, text: T)
pub fn success<T: ToString>(&self, text: T)
Save the current line as ‘success’ and continue to load on the next line
sourcepub fn fail<T: ToString>(&self, text: T)
pub fn fail<T: ToString>(&self, text: T)
Save the current line as ‘fail’ and continue to load on the next line
sourcepub fn warn<T: ToString>(&self, text: T)
pub fn warn<T: ToString>(&self, text: T)
Save the current line as ‘warn’ and continue to load on the next line