Type Definition bt_bencode::Result[][src]

type Result<T> = Result<T, Error>;

Alias for a Result with a bt_bencode::Error error type.