Trait tiberius::BoxableIo [] [src]

pub trait BoxableIo: Io + Send { }

A variant of Io which can be boxed to allow dynamic dispatch

Implementors