vault::Result [] [src]

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

Custom Result wrapper for vault, used to return vault::Error from every result.