Struct mysql_async::BinaryResult [] [src]

pub struct BinaryResult;

Binary protocol result (i.e. statement execution result).

Trait Implementations

impl ResultKind for BinaryResult
[src]

Output of this result kind. Read more

A way to determine protocol at runtime.