[][src]Type Definition vimdecrypt::Result

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

Result type returned by this library.