Struct multipart_rfc7578::boundary_generator::RandomAsciiGenerator[][src]

pub struct RandomAsciiGenerator;

Trait Implementations

impl BoundaryGenerator for RandomAsciiGenerator
[src]

Creates a boundary of 6 ascii characters.

Auto Trait Implementations