Struct poolite::Scoped [] [src]

pub struct Scoped<'pool, 'scope> { /* fields omitted */ }

Scoped impl

Methods

impl<'pool, 'scope> Scoped<'pool, 'scope>
[src]

[src]

Trait Implementations

impl<'pool, 'scope> Debug for Scoped<'pool, 'scope>
[src]

[src]

Formats the value using the given formatter.

impl<'pool, 'scope> Drop for Scoped<'pool, 'scope>
[src]

[src]

Executes the destructor for this type. Read more