Struct rustsourcebundler::Bundler[][src]

pub struct Bundler<'a> { /* fields omitted */ }

Methods

impl<'a> Bundler<'a>
[src]

Trait Implementations

impl<'a> Debug for Bundler<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Bundler<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for Bundler<'a>

impl<'a> Sync for Bundler<'a>