Function novel_cli::utils::convert

source ·
pub fn convert<T>(novel: &mut Novel, converts: T) -> Result<()>
where T: AsRef<[Convert]>,