[][src]Type Definition serde_bebop::Result

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

A custom shorthand result type that always has an error type of Error