rust-postgres/tests
Steven Fackler f957f10b19 Use a Box<NegotiateSsl> instead of a default param
Default parameter's aren't used in type inference yet, so the old setup
would result in overly verbose things like &mut SslMode::None::<NoSsl>.
In the future we can add the parameter back with a default of
Box<NegotiateSsl> to avoid forcing people to box stuff.
2015-05-13 15:14:37 -07:00
..
types Make SSL infrastructure implementation agnostic 2015-05-13 14:42:22 -07:00
test.rs Use a Box<NegotiateSsl> instead of a default param 2015-05-13 15:14:37 -07:00