Struct rustorm::pool::Pool [] [src]

pub struct Pool(_);

Methods

impl Pool
[src]

[src]

[src]

get a usable database connection from

[src]

get a database instance with a connection, ready to send sql statements

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Pool

impl Sync for Pool