[][src]Function hrx::util::boundary_str

pub fn boundary_str(of_length: NonZeroUsize) -> String

Generate a boundary string of the specified length.

Starts with a newline.

Examples

assert_eq!(boundary_str(NonZeroUsize::new(3).unwrap()), "\n<===>");