Function novel_cli::utils::convert

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