1 2 3 4 5 6
use anyhow::Result; pub fn keep() -> Result<()> { println!("This is kept for the future use case."); Ok(()) }