Type Definition bert::Result [] [src]

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

Helper alias for Result objects that return a BERT Error.