[][src]Type Definition bt_bencode::Result

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

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