[][src]Type Definition secret_service::Result

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

Result type often returned from methods that have SsError. Fns in this library return ::Result when using this alias.