secret::SecretResult [] [src]

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

A Result which may contain an error from the SecretService backend.