Type Definition nbdkit::Result

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

The Result type returned by all Server callbacks.