[][src]Function tao_of_rust::ch13::title

pub fn title()

Examples

Basic usage:

pub fn title(){
  println!("第13章:{}", "超越安全边界");
}
title();Run