Type Definition bpx::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Represents a result from this library.

This acts as a shortcut to Result<T, Error>.